summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-16 22:07:06 +0000
committerChris Lattner <sabre@nondot.org>2006-03-16 22:07:06 +0000
commit419ed530068a70155bbb90efc58d3608186bc119 (patch)
treeb8126c954afa9d8747efad2ca2f71f24c0d11edd /lib/Target/PowerPC/PPC.td
parent2221de9cc18c0192619032454febe8e28b64f6ff (diff)
downloadllvm-419ed530068a70155bbb90efc58d3608186bc119.tar.gz
llvm-419ed530068a70155bbb90efc58d3608186bc119.tar.bz2
llvm-419ed530068a70155bbb90efc58d3608186bc119.tar.xz
add callee saved vector regs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC.td')
-rw-r--r--lib/Target/PowerPC/PPC.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPC.td b/lib/Target/PowerPC/PPC.td
index a6d2740b63..10b9095d7d 100644
--- a/lib/Target/PowerPC/PPC.td
+++ b/lib/Target/PowerPC/PPC.td
@@ -93,5 +93,6 @@ def PPC : Target {
let CalleeSavedRegisters = [R1, R13, R14, R15, R16, R17, R18, R19,
R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31, F14, F15,
F16, F17, F18, F19, F20, F21, F22, F23, F24, F25, F26, F27, F28, F29,
- F30, F31, CR2, CR3, CR4, LR];
+ F30, F31, CR2, CR3, CR4, V20, V21, V22, V23, V24, V25, V26, V27, V28,
+ V29, V30, V31, LR];
}