diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-16 22:35:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-16 22:35:59 +0000 |
commit | 1e6dfa4c1f0c2bc9d8d21742e40125d9011b4683 (patch) | |
tree | 33ab3d1ef7348bea7b587192c76d11ed0e210e6c /llvm/lib | |
parent | 325bb46315e16f1b37e6bdd2d1b647a331739956 (diff) | |
download | bcm5719-llvm-1e6dfa4c1f0c2bc9d8d21742e40125d9011b4683.tar.gz bcm5719-llvm-1e6dfa4c1f0c2bc9d8d21742e40125d9011b4683.zip |
Strangely, calls clobber call-clobbered vector regs. Whodathoughtit?
llvm-svn: 26808
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCInstrInfo.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td index e6c3f16b435..ea63ea5ab12 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.td +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.td @@ -276,6 +276,7 @@ let isCall = 1, noResults = 1, PPC970_Unit = 7, // 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, + V0,V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15,V16,V17,V18,V19, LR,CTR, CR0,CR1,CR5,CR6,CR7] in { // Convenient aliases for call instructions |