mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-16 06:49:58 +00:00
don't redefine a parameter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c2763d3fe
commit
b15e49597f
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user