aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-07-04 08:58:43 +0000
committerBill Wendling <isanbard@gmail.com>2010-07-04 08:58:43 +0000
commitd9cb7ca388c400e3c7a509c00d4cf63031de0dde (patch)
treed829dc9feeb106080e7e3bbbc47e3e162dc073f9 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent4de8ba8940171f442d09e84cd597bf8bd45a8701 (diff)
downloadexternal_llvm-d9cb7ca388c400e3c7a509c00d4cf63031de0dde.zip
external_llvm-d9cb7ca388c400e3c7a509c00d4cf63031de0dde.tar.gz
external_llvm-d9cb7ca388c400e3c7a509c00d4cf63031de0dde.tar.bz2
Proper indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 3907635..12b26d7 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -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 &&