Proper indentation.

llvm-svn: 107581
This commit is contained in:
Bill Wendling 2010-07-04 08:58:43 +00:00
parent 3c1f66b0eb
commit f844642350
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&