summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.td
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/PPCInstrInfo.td
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/PPCInstrInfo.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td
index c93d955474..ba5aab7d4f 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/lib/Target/PowerPC/PPCInstrInfo.td
@@ -290,7 +290,6 @@ def target : Operand<OtherVT> {
let PrintMethod = "printBranchOperand";
}
def calltarget : Operand<iPTR> {
- let PrintMethod = "printCallOperand";
let EncoderMethod = "getCallTargetEncoding";
}
def aaddr : Operand<iPTR> {