projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bbbd5b
)
Unbreak calls to vararg functions
author
Anton Korobeynikov
<asl@math.spbu.ru>
Thu, 16 Jul 2009 14:11:03 +0000
(14:11 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Thu, 16 Jul 2009 14:11:03 +0000
(14:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75993
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SystemZ/SystemZCallingConv.td
patch
|
blob
|
history
diff --git
a/lib/Target/SystemZ/SystemZCallingConv.td
b/lib/Target/SystemZ/SystemZCallingConv.td
index 34670467f1cdbd4f808773075b2a68c12f511218..88ff46ff29aac356c393f270e770dc8a80f2cc9e 100644
(file)
--- a/
lib/Target/SystemZ/SystemZCallingConv.td
+++ b/
lib/Target/SystemZ/SystemZCallingConv.td
@@
-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.