diff options
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 39535f1d1a..d1f7669024 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -4031,7 +4031,7 @@ TargetLowering::LowerCallTo(SDOperand Chain, const Type *RetTy, SDOperand Res = DAG.getNode(ISD::CALL, DAG.getVTList(&RetTys[0], NumRegs + 1), &Ops[0], Ops.size()); - SDOperand Chain = Res.getValue(NumRegs); + Chain = Res.getValue(NumRegs); // Gather up the call result into a single value. if (RetTy != Type::VoidTy) { |