diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-07-04 08:58:43 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-07-04 08:58:43 +0000 |
commit | d9cb7ca388c400e3c7a509c00d4cf63031de0dde (patch) | |
tree | d829dc9feeb106080e7e3bbbc47e3e162dc073f9 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 4de8ba8940171f442d09e84cd597bf8bd45a8701 (diff) | |
download | external_llvm-d9cb7ca388c400e3c7a509c00d4cf63031de0dde.tar.gz external_llvm-d9cb7ca388c400e3c7a509c00d4cf63031de0dde.tar.bz2 external_llvm-d9cb7ca388c400e3c7a509c00d4cf63031de0dde.zip |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 39076353a4..12b26d7658 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 && |