summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/InstPrinter
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-15 06:01:10 +0000
committerChris Lattner <sabre@nondot.org>2010-11-15 06:01:10 +0000
commit019aef6df791bbccc26b2a18b17ab42aad6aaa0d (patch)
tree0c0c8458a37674fa93f9818499ca142c85d15fe8 /lib/Target/PowerPC/InstPrinter
parenta9d9ab9673ec73817f3059ea430f1930a5b14948 (diff)
downloadllvm-019aef6df791bbccc26b2a18b17ab42aad6aaa0d.tar.gz
llvm-019aef6df791bbccc26b2a18b17ab42aad6aaa0d.tar.bz2
llvm-019aef6df791bbccc26b2a18b17ab42aad6aaa0d.tar.xz
eliminate a now-unneeded operand printer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/InstPrinter')
-rw-r--r--lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h b/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
index aa66854451..ebc10daa5f 100644
--- a/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
+++ b/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
@@ -52,9 +52,6 @@ public:
void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
void printS16X4ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
void printBranchOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
- void printCallOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) {
- printOperand(MI, OpNo, O);
- }
void printAbsAddrOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
void printcrbitm(const MCInst *MI, unsigned OpNo, raw_ostream &O);