Proper indentation.
authorBill Wendling <isanbard@gmail.com>
Sun, 4 Jul 2010 08:58:43 +0000 (08:58 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 4 Jul 2010 08:58:43 +0000 (08:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107581 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 39076353a44e5c500fa7ea83ac75e09dd4767ebf..12b26d7658214dd65e85b3bbad68958fdaa0a4bd 100644 (file)
@@ -1586,7 +1586,7 @@ MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
                                       SDValue(Res, ResNumResults-1));
 
   if ((EmitNodeInfo & OPFL_FlagOutput) != 0)
-  --ResNumResults;
+    --ResNumResults;
 
   // Move the chain reference if needed.
   if ((EmitNodeInfo & OPFL_Chain) && OldChainResultNo != -1 &&