diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-11-29 19:32:47 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-11-29 19:32:47 +0000 |
commit | f1aa47dc1aed018e2f70ffe7d32dba51e2ac45fe (patch) | |
tree | 76be66718a67b1c1dd089a67f48cebffe111d061 /lib/Target/ARM/InstPrinter/ARMInstPrinter.h | |
parent | 00a035f74f85e2f05dd641cf7a0eb1d466a270cd (diff) | |
download | external_llvm-f1aa47dc1aed018e2f70ffe7d32dba51e2ac45fe.tar.gz external_llvm-f1aa47dc1aed018e2f70ffe7d32dba51e2ac45fe.tar.bz2 external_llvm-f1aa47dc1aed018e2f70ffe7d32dba51e2ac45fe.zip |
ARM Pseudo-ize tBR_JTr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120310 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/InstPrinter/ARMInstPrinter.h')
-rw-r--r-- | lib/Target/ARM/InstPrinter/ARMInstPrinter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/InstPrinter/ARMInstPrinter.h b/lib/Target/ARM/InstPrinter/ARMInstPrinter.h index e69a0e0d8f..55605ead06 100644 --- a/lib/Target/ARM/InstPrinter/ARMInstPrinter.h +++ b/lib/Target/ARM/InstPrinter/ARMInstPrinter.h @@ -96,7 +96,6 @@ public: void printRegisterList(const MCInst *MI, unsigned OpNum, raw_ostream &O); // The jump table instructions have custom handling in ARMAsmPrinter // to output the jump table. Nothing further is necessary here. - void printJTBlockOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O) {} void printJT2BlockOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O) {} void printTBAddrMode(const MCInst *MI, unsigned OpNum, raw_ostream &O); void printNoHashImmediate(const MCInst *MI, unsigned OpNum, raw_ostream &O); |