diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-09-20 07:28:26 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-09-20 07:28:26 +0000 |
| commit | a93dcf1bc09823678a4704832f15b0b5affdf562 (patch) | |
| tree | c72fbaa1797c5bdc5c259bc037d24feabad99cdd /llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp | |
| parent | 609fbed49ffd61030e2f6f502e8d8e17349ab7f5 (diff) | |
| download | bcm5719-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.cpp | 7 |
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. |

