summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-19 22:33:05 +0000
committerChris Lattner <sabre@nondot.org>2009-10-19 22:33:05 +0000
commit186c6b08349fe859b616958fe359cd7b43337f81 (patch)
treecd8bb227dae20f8efab1af06f6636df6bccaaec4 /llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
parente28968828b1c35719bd87c459a74ec6ba98d4e07 (diff)
downloadbcm5719-llvm-186c6b08349fe859b616958fe359cd7b43337f81.tar.gz
bcm5719-llvm-186c6b08349fe859b616958fe359cd7b43337f81.zip
lower the ARM::CONSTPOOL_ENTRY pseudo op, giving us constant pool entries
like: @ BB#1: .align 2 LCPI1_0: .long L_.str-(LPC0+8) Note that proper indentation of the label :) llvm-svn: 84558
Diffstat (limited to 'llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp')
-rw-r--r--llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp b/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
index 4d9c592e64b..3a500db8479 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
+++ b/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
@@ -159,6 +159,11 @@ void ARMInstPrinter::printRegisterList(const MCInst *MI, unsigned OpNum) {
}
+void ARMInstPrinter::printCPInstOperand(const MCInst *MI, unsigned OpNum,
+ const char *Modifier) {
+ // FIXME: remove this.
+ abort();
+}
void ARMInstPrinter::printPCLabel(const MCInst *MI, unsigned OpNum) {
// FIXME: remove this.
OpenPOWER on IntegriCloud