From aa4d03d1f55671613e9290a061def429319b0d51 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 15 Nov 2010 03:48:58 +0000 Subject: remove asmstrings (which can never be printed) from pseudo instructions, allowing is to eliminate some dead operand printing methods from the instprinter. llvm-svn: 119113 --- llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h') diff --git a/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h b/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h index abdc25349d3..aa668544514 100644 --- a/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h +++ b/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h @@ -64,12 +64,8 @@ public: void printMemRegReg(const MCInst *MI, unsigned OpNo, raw_ostream &O); // FIXME: Remove - void PrintSpecial(const MCInst *MI, raw_ostream &O, const char *Modifier); void printSymbolLo(const MCInst *MI, unsigned OpNo, raw_ostream &O); void printSymbolHi(const MCInst *MI, unsigned OpNo, raw_ostream &O); - void printPICLabel(const MCInst *MI, unsigned OpNo, raw_ostream &O); - void printTOCEntryLabel(const MCInst *MI, unsigned OpNo, raw_ostream &O); - }; } // end namespace llvm -- cgit v1.2.3