aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-07-30 18:01:09 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-07-30 18:01:09 +0000
commit3e4b22d9836f66ba72dd105567a77be05030f747 (patch)
tree16ce0298d0dca749194a0230339f476b9fb3ef1e /lib/Target/ARM
parentfe09b2098ac483f6d6ce6ea4ab237a9539bdb6b9 (diff)
downloadexternal_llvm-3e4b22d9836f66ba72dd105567a77be05030f747.zip
external_llvm-3e4b22d9836f66ba72dd105567a77be05030f747.tar.gz
external_llvm-3e4b22d9836f66ba72dd105567a77be05030f747.tar.bz2
Add missing D* register clobbers for Thumb-2 call.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77611 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r--lib/Target/ARM/ARMInstrThumb2.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td
index 5f882cf..3ae9fbc 100644
--- a/lib/Target/ARM/ARMInstrThumb2.td
+++ b/lib/Target/ARM/ARMInstrThumb2.td
@@ -1039,6 +1039,7 @@ def t2BLX : T2XI<(outs), (ins GPR:$func, variable_ops),
// On Darwin R9 is call-clobbered.
let isCall = 1,
Defs = [R0, R1, R2, R3, R9, R12, LR,
+ D0, D1, D2, D3, D4, D5, D6, D7,
D16, D17, D18, D19, D20, D21, D22, D23,
D24, D25, D26, D27, D28, D29, D30, D31, CPSR] in {
def t2BLr9 : T2XI<(outs), (ins i32imm:$func, variable_ops),