1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

PPC "branch and link" instructions are branches in the PPC sense, but not

in the LLVM code generator sense (they are calls).  Don't mark them as such,
which fixes the regressions on the ppc tester last night

llvm-svn: 22065
This commit is contained in:
Chris Lattner 2005-05-15 20:11:44 +00:00
parent 9fc81f1162
commit 0366a913ad

View File

@ -90,7 +90,7 @@ let isBranch = 1, isTerminator = 1 in {
"bne $block">;
}
let isBranch = 1, isTerminator = 1, isCall = 1,
let isCall = 1,
// All calls clobber the non-callee saved registers...
Defs = [R0,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,
F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12,F13,