summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-20 07:28:26 +0000
committerChris Lattner <sabre@nondot.org>2009-09-20 07:28:26 +0000
commita93dcf1bc09823678a4704832f15b0b5affdf562 (patch)
treec72fbaa1797c5bdc5c259bc037d24feabad99cdd /llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
parent609fbed49ffd61030e2f6f502e8d8e17349ab7f5 (diff)
downloadbcm5719-llvm-a93dcf1bc09823678a4704832f15b0b5affdf562.tar.gz
bcm5719-llvm-a93dcf1bc09823678a4704832f15b0b5affdf562.zip
kill off printPICLabel now, it's specialness is handled by
the MachineInstr ->MCInst lowering process, not in the asmprinter. llvm-svn: 82388
Diffstat (limited to 'llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp')
-rw-r--r--llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp b/llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
index 8899c6b6e8a..e7821956b33 100644
--- a/llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
+++ b/llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
@@ -1,4 +1,4 @@
-//===-- X86IntelInstPrinter.cpp - AT&T assembly instruction printing --------===//
+//===-- X86IntelInstPrinter.cpp - AT&T assembly instruction printing ------===//
//
// The LLVM Compiler Infrastructure
//
@@ -45,11 +45,6 @@ void X86IntelInstPrinter::printSSECC(const MCInst *MI, unsigned Op) {
}
}
-void X86IntelInstPrinter::printPICLabel(const MCInst *MI, unsigned Op) {
- llvm_unreachable("This is only used for MOVPC32r,"
- "should lower before instruction printing!");
-}
-
/// print_pcrel_imm - This is used to print an immediate value that ends up
/// being encoded as a pc-relative value. These print slightly differently, for
/// example, a $ is not emitted.
OpenPOWER on IntegriCloud