mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-21 19:20:50 +00:00
Unbreak calls to vararg functions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75993 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2bbbd5bc59
commit
6f66f0556c
@ -29,9 +29,7 @@ def CC_SystemZ : CallingConv<[
|
||||
|
||||
// The first 5 integer arguments of non-varargs functions are passed in
|
||||
// integer registers.
|
||||
// FIXME: Check stuff for varagrs
|
||||
CCIfNotVarArg<CCIfType<[i64],
|
||||
CCAssignToReg<[R2D, R3D, R4D, R5D, R6D]>>>,
|
||||
CCIfType<[i64], CCAssignToReg<[R2D, R3D, R4D, R5D, R6D]>>,
|
||||
|
||||
// Integer values get stored in stack slots that are 8 bytes in
|
||||
// size and 8-byte aligned.
|
||||
|
Loading…
x
Reference in New Issue
Block a user