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
commitb6a40f48353acccac9fe0be0992f3a6d0f6bf202 (patch)
treed829dc9feeb106080e7e3bbbc47e3e162dc073f9 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parente2407b252d1d44d0ae567f2543cb77eb90af8393 (diff)
downloadexternal_llvm-b6a40f48353acccac9fe0be0992f3a6d0f6bf202.zip
external_llvm-b6a40f48353acccac9fe0be0992f3a6d0f6bf202.tar.gz
external_llvm-b6a40f48353acccac9fe0be0992f3a6d0f6bf202.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 &&