mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 19:07:26 +00:00
nasty paste-o, calls passing more than 8 arguments along were having
args >8 put into the wrong place git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25027 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
713b0b59fc
commit
9b3e4c853c
@ -347,12 +347,12 @@ IA64TargetLowering::LowerCallTo(SDOperand Chain,
|
||||
PtrOff = DAG.getNode(ISD::ADD, MVT::i64, StackPtr, PtrOff);
|
||||
Stores.push_back(DAG.getNode(ISD::STORE, MVT::Other, Chain,
|
||||
ValToStore, PtrOff, NullSV));
|
||||
ArgOffset += ObjSize;
|
||||
}
|
||||
|
||||
if(ValToConvert.Val) {
|
||||
Converts.push_back(DAG.getNode(IA64ISD::GETFD, MVT::i64, ValToConvert));
|
||||
}
|
||||
ArgOffset += ObjSize;
|
||||
}
|
||||
|
||||
// Emit all stores, make sure they occur before any copies into physregs.
|
||||
@ -397,7 +397,7 @@ IA64TargetLowering::LowerCallTo(SDOperand Chain,
|
||||
}
|
||||
}
|
||||
|
||||
// next copy args into the usual places
|
||||
// next copy args into the usual places, these are flagged
|
||||
unsigned usedFPArgs = 0;
|
||||
for (unsigned i = 0, e = RegValuesToPass.size(); i != e; ++i) {
|
||||
Chain = DAG.getCopyToReg(Chain,
|
||||
|
Loading…
x
Reference in New Issue
Block a user