summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-03-31 15:54:36 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-03-31 15:54:36 +0000
commitc2452a6f1dc026aa0fda47515bda700546df1189 (patch)
tree59046709d601a5a975539d68750a2b1826a41920 /llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
parent2ee5a0fc7fd947a400cfef8343e020a00e852eea (diff)
downloadbcm5719-llvm-c2452a6f1dc026aa0fda47515bda700546df1189.tar.gz
bcm5719-llvm-c2452a6f1dc026aa0fda47515bda700546df1189.zip
Revert r128632 again, until I figure out what break the tests
llvm-svn: 128635
Diffstat (limited to 'llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h')
-rw-r--r--llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h b/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
index e752b206c87..5d82617ff69 100644
--- a/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
+++ b/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
@@ -42,11 +42,7 @@ public:
void printSOImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
void printSORegOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
-
void printAddrMode2Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
- void printAM2PostIndexOp(const MCInst *MI, unsigned OpNum, raw_ostream &O);
- void printAM2PreOrOffsetIndexOp(const MCInst *MI, unsigned OpNum,
- raw_ostream &O);
void printAddrMode2OffsetOperand(const MCInst *MI, unsigned OpNum,
raw_ostream &O);
void printAddrMode3Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
OpenPOWER on IntegriCloud