From: Nuno Lopes Date: Wed, 15 Mar 2017 09:33:33 +0000 (+0000) Subject: fix gcc -Wmisleading-indentation [NFC] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13c7e8f75df823546a5f745603968535cf038417;p=llvm fix gcc -Wmisleading-indentation [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297816 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index aed422ac86b..85747ac623b 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -3576,7 +3576,7 @@ SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, } if (OpOpcode == ISD::UNDEF) return getUNDEF(VT); - break; + break; case ISD::ABS: assert(VT.isInteger() && VT == Operand.getValueType() && "Invalid ABS!");