summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMCodeEmitter.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-07-21 23:38:37 +0000
committerOwen Anderson <resistor@mac.com>2011-07-21 23:38:37 +0000
commit152d4a4bb6b75de740b4b8a9f48abb9069d50c17 (patch)
tree75a3b965a0f354f467e1d6e4b4930deaad0530e8 /lib/Target/ARM/ARMCodeEmitter.cpp
parent856e13ddace4174ad1b07f65ebb18b2fd835ed57 (diff)
downloadllvm-152d4a4bb6b75de740b4b8a9f48abb9069d50c17.tar.gz
llvm-152d4a4bb6b75de740b4b8a9f48abb9069d50c17.tar.bz2
llvm-152d4a4bb6b75de740b4b8a9f48abb9069d50c17.tar.xz
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn necessitates a lot of changes to related bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135722 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMCodeEmitter.cpp')
-rw-r--r--lib/Target/ARM/ARMCodeEmitter.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMCodeEmitter.cpp b/lib/Target/ARM/ARMCodeEmitter.cpp
index 818c5acf9c..61a49a8a09 100644
--- a/lib/Target/ARM/ARMCodeEmitter.cpp
+++ b/lib/Target/ARM/ARMCodeEmitter.cpp
@@ -195,7 +195,9 @@ namespace {
const { return 0; }
unsigned getT2SOImmOpValue(const MachineInstr &MI, unsigned Op)
const { return 0; }
- unsigned getSORegOpValue(const MachineInstr &MI, unsigned Op)
+ unsigned getSORegRegOpValue(const MachineInstr &MI, unsigned Op)
+ const { return 0; }
+ unsigned getSORegImmOpValue(const MachineInstr &MI, unsigned Op)
const { return 0; }
unsigned getThumbAddrModeRegRegOpValue(const MachineInstr &MI, unsigned Op)
const { return 0; }