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 | f8446423509a478a2877af5e43e0b9d13ecf7bbf (patch) | |
| tree | 893b4c1348528b50b62edf5180484765de701948 /llvm/lib/CodeGen | |
| parent | 3c1f66b0eb29dcf6418e4f083ca3c1d8cc98e58b (diff) | |
| download | bcm5719-llvm-f8446423509a478a2877af5e43e0b9d13ecf7bbf.tar.gz bcm5719-llvm-f8446423509a478a2877af5e43e0b9d13ecf7bbf.zip | |
Proper indentation.
llvm-svn: 107581
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 39076353a44..12b26d76582 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/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 && |

