summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-03 01:35:15 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-03 01:35:15 +0000
commitfd96701456d166123bf47d54f965d73bba09f3c9 (patch)
treeb5278a48511e7c730b0a64804ba5b3b9999c442f /llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
parente7f7de95e03a91cb8161c3d10da0aae3bcfde10d (diff)
downloadbcm5719-llvm-fd96701456d166123bf47d54f965d73bba09f3c9.tar.gz
bcm5719-llvm-fd96701456d166123bf47d54f965d73bba09f3c9.zip
Remove unused function.
llvm-svn: 118141
Diffstat (limited to 'llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp')
-rw-r--r--llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp b/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
index d20c989af26..4c233a6184f 100644
--- a/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
+++ b/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
@@ -338,14 +338,6 @@ void ARMInstPrinter::printAddrMode6OffsetOperand(const MCInst *MI,
O << ", " << getRegisterName(MO.getReg());
}
-void ARMInstPrinter::printAddrModePCOperand(const MCInst *MI, unsigned OpNum,
- raw_ostream &O) {
- // All instructions using addrmodepc are pseudos and should have been
- // handled explicitly in printInstructionThroughMCStreamer(). If one got
- // here, it wasn't, so something's wrong.
- llvm_unreachable("Unhandled PC-relative pseudo-instruction!");
-}
-
void ARMInstPrinter::printBitfieldInvMaskImmOperand(const MCInst *MI,
unsigned OpNum,
raw_ostream &O) {
OpenPOWER on IntegriCloud