summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-11-30 00:14:31 +0000
committerOwen Anderson <resistor@mac.com>2010-11-30 00:14:31 +0000
commite22c7322b807f77dfc9497c34462e2c8af7fd91b (patch)
treefc7134939a44304ae3bb5ff76ec8bb60f8867e5e /llvm/lib/Target/ARM/ARMCodeEmitter.cpp
parentc3c754f75068a5fcc21ca6d622ed52a67bf1e89a (diff)
downloadbcm5719-llvm-e22c7322b807f77dfc9497c34462e2c8af7fd91b.tar.gz
bcm5719-llvm-e22c7322b807f77dfc9497c34462e2c8af7fd91b.zip
Correct Thumb2 encodings for a much wider range of loads and stores.
llvm-svn: 120364
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 5f18673a3c8..4a63eadba03 100644
--- a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
+++ b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp
@@ -181,6 +181,8 @@ namespace {
const { return 0; }
unsigned getT2AddrModeImm8OpValue(const MachineInstr &MI, unsigned Op)
const { return 0; }
+ unsigned getT2AddrModeImm8OffsetOpValue(const MachineInstr &MI, unsigned Op)
+ const { return 0; }
unsigned getT2AddrModeSORegOpValue(const MachineInstr &MI, unsigned Op)
const { return 0; }
unsigned getT2SORegOpValue(const MachineInstr &MI, unsigned Op)
OpenPOWER on IntegriCloud