Expand Defs to encompass all the possibly-call-clobbered regs.

llvm-svn: 17822
This commit is contained in:
Brian Gaeke 2004-11-15 05:56:53 +00:00
parent 97013636cd
commit 9dcb2fe161
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,8 @@ def FBO : FPBranchV8<0b1111, "fbo">;
// Section B.24 - Call and Link Instruction, p. 125
// This is the only Format 1 instruction
let Uses = [O0, O1, O2, O3, O4, O5], Defs = [O0, O1, O2, O3, O4, O5],
let Uses = [O0, O1, O2, O3, O4, O5], Defs = [O0, O1, O2, O3, O4, O5, O7, G1, G2,
G3, G4, G5, G6, G7],
hasDelaySlot = 1, isCall = 1 in {
// pc-relative call:
def CALL : InstV8 {