]> granicus.if.org Git - llvm/commitdiff
fix gcc -Wmisleading-indentation [NFC]
authorNuno Lopes <nunoplopes@sapo.pt>
Wed, 15 Mar 2017 09:33:33 +0000 (09:33 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Wed, 15 Mar 2017 09:33:33 +0000 (09:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297816 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index aed422ac86bcfba92099a0f3d9ad831a9262a642..85747ac623b1bea86b7af5a69a40dc20ad5b3cb8 100644 (file)
@@ -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!");