diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-10-15 17:15:16 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-10-15 17:15:16 +0000 |
| commit | 8abe32af38b66bf4577526b23b6af6ec7eb6c155 (patch) | |
| tree | 2b350a8bc843953b92270e0594ae1cbe3c581a0d /lib/Target/ARM/ARMCodeEmitter.cpp | |
| parent | c279c9079bd265fc765326b7059914068dfc0923 (diff) | |
ARM mode encoding information for UBFX and SBFX instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMCodeEmitter.cpp')
| -rw-r--r-- | lib/Target/ARM/ARMCodeEmitter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMCodeEmitter.cpp b/lib/Target/ARM/ARMCodeEmitter.cpp index b5f534f36a..910e438f0f 100644 --- a/lib/Target/ARM/ARMCodeEmitter.cpp +++ b/lib/Target/ARM/ARMCodeEmitter.cpp @@ -172,6 +172,8 @@ namespace { const { return 0; } unsigned getRotImmOpValue(const MachineInstr &MI, unsigned Op) const { return 0; } + unsigned getImmMinusOneOpValue(const MachineInstr &MI, unsigned Op) + const { return 0; } /// getMovi32Value - Return binary encoding of operand for movw/movt. If the /// machine operand requires relocation, record the relocation and return |
