diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-15 03:48:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-15 03:48:58 +0000 |
commit | aa4d03d1f55671613e9290a061def429319b0d51 (patch) | |
tree | 26bd158adffbfd9427e893555f021e7c0a5e8c6f /llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h | |
parent | 8bcfdab194f2d846060d4a488565678915e0a31f (diff) | |
download | bcm5719-llvm-aa4d03d1f55671613e9290a061def429319b0d51.tar.gz bcm5719-llvm-aa4d03d1f55671613e9290a061def429319b0d51.zip |
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
Diffstat (limited to 'llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |