OSDN Git Service

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 aed422a..85747ac 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!");