forked from OSchip/llvm-project
Make sure to realize that calls use their argument regs
llvm-svn: 21248
This commit is contained in:
parent
b6dfb227b7
commit
6b91767b77
|
@ -310,6 +310,7 @@ let isTerminator = 1, isBranch = 1 in {
|
|||
}
|
||||
|
||||
let isCall = 1, isTerminator = 1, isBranch = 1,
|
||||
Uses = [out0,out1,out2,out3,out4,out5,out6,out7],
|
||||
// all calls clobber non-callee-saved registers, and for now, they are these:
|
||||
Defs = [r2,r3,r8,r9,r10,r11,r14,r15,r16,r17,r18,r19,r20,r21,r22,r23,r24,
|
||||
r25,r26,r27,r28,r29,r30,r31,
|
||||
|
|
Loading…
Reference in New Issue