diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-07-26 21:28:43 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-07-26 21:28:43 +0000 |
commit | d2659138da55d08e0e480dd9bce6a6b933bae294 (patch) | |
tree | 819e74466806db639a9fc2a83725f16d8cc05f84 /llvm/lib/Target/ARM/ARMCodeEmitter.cpp | |
parent | 182543aba2ab09cd3e3c1cf8c6a9ca25245b93c0 (diff) | |
download | bcm5719-llvm-d2659138da55d08e0e480dd9bce6a6b933bae294.tar.gz bcm5719-llvm-d2659138da55d08e0e480dd9bce6a6b933bae294.zip |
ARM cleanup of rot_imm encoding.
Start of cleaning this up a bit. First step is to remove the encoder hook by
storing the operand as the bits it'll actually encode to so it can just be
directly used. Map it to the assembly source values 8/16/24 when we print it.
llvm-svn: 136152
Diffstat (limited to 'llvm/lib/Target/ARM/ARMCodeEmitter.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMCodeEmitter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp index 61a49a8a095..6c10a431d9b 100644 --- a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp +++ b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp @@ -215,8 +215,6 @@ namespace { const { return 0; } unsigned getT2SORegOpValue(const MachineInstr &MI, unsigned Op) const { return 0; } - unsigned getRotImmOpValue(const MachineInstr &MI, unsigned Op) - const { return 0; } unsigned getImmMinusOneOpValue(const MachineInstr &MI, unsigned Op) const { return 0; } unsigned getT2AdrLabelOpValue(const MachineInstr &MI, unsigned Op) |