commit | d9cb7ca388c400e3c7a509c00d4cf63031de0dde | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Sun Jul 04 08:58:43 2010 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Sun Jul 04 08:58:43 2010 +0000 |
tree | d829dc9feeb106080e7e3bbbc47e3e162dc073f9 | |
parent | 4de8ba8940171f442d09e84cd597bf8bd45a8701 [diff] [blame] |
Proper indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107581 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ SDValue(Res, ResNumResults-1)); if ((EmitNodeInfo & OPFL_FlagOutput) != 0) - --ResNumResults; + --ResNumResults; // Move the chain reference if needed. if ((EmitNodeInfo & OPFL_Chain) && OldChainResultNo != -1 &&