summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-12-07 21:50:47 +0000
committerJim Grosbach <grosbach@apple.com>2010-12-07 21:50:47 +0000
commit49bcd6ff857e0c3de813ab3731a0fcd79b306f48 (patch)
tree87669c0b818fda032cb29a33d37b07de944e7604 /llvm/lib/Target/ARM/ARMCodeEmitter.cpp
parent56d8ac4e805771ac4d0b6a2ce2c3c187aa536bf1 (diff)
downloadbcm5719-llvm-49bcd6ff857e0c3de813ab3731a0fcd79b306f48.tar.gz
bcm5719-llvm-49bcd6ff857e0c3de813ab3731a0fcd79b306f48.zip
Binary encoding for ARM tLDRspi and tSTRspi.
llvm-svn: 121186
Diffstat (limited to 'llvm/lib/Target/ARM/ARMCodeEmitter.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMCodeEmitter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
index 4424f775b10..2e2570cc4ba 100644
--- a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
+++ b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
@@ -247,6 +247,8 @@ namespace {
const { return 0;}
uint32_t getAddrMode3OpValue(const MachineInstr &MI, unsigned Op)
const { return 0; }
+ uint32_t getAddrModeThumbSPOpValue(const MachineInstr &MI, unsigned Op)
+ const { return 0; }
uint32_t getAddrModeS4OpValue(const MachineInstr &MI, unsigned Op)
const { return 0; }
uint32_t getAddrModeS2OpValue(const MachineInstr &MI, unsigned Op)
OpenPOWER on IntegriCloud