diff options
| author | Owen Anderson <resistor@mac.com> | 2010-11-30 00:14:31 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2010-11-30 00:14:31 +0000 |
| commit | e22c7322b807f77dfc9497c34462e2c8af7fd91b (patch) | |
| tree | fc7134939a44304ae3bb5ff76ec8bb60f8867e5e /llvm/lib/Target/ARM/ARMCodeEmitter.cpp | |
| parent | c3c754f75068a5fcc21ca6d622ed52a67bf1e89a (diff) | |
| download | bcm5719-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.cpp | 2 |
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) |

