summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreInstrInfo.td
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2013-05-04 17:30:05 +0000
committerRichard Osborne <richard@xmos.com>2013-05-04 17:30:05 +0000
commit43c7abee14b08b4d8595e634f2fd91be79327ccb (patch)
tree2c1bdfb026cb48d1ff25725b8640a63d0edb1a54 /lib/Target/XCore/XCoreInstrInfo.td
parent6ffbf6ea8fe7fbe2166b07a88004baac163aa3c5 (diff)
downloadllvm-43c7abee14b08b4d8595e634f2fd91be79327ccb.tar.gz
llvm-43c7abee14b08b4d8595e634f2fd91be79327ccb.tar.bz2
llvm-43c7abee14b08b4d8595e634f2fd91be79327ccb.tar.xz
[XCore] Remove unused operand type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/XCoreInstrInfo.td')
-rw-r--r--lib/Target/XCore/XCoreInstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreInstrInfo.td b/lib/Target/XCore/XCoreInstrInfo.td
index 61334c633c..857206fc07 100644
--- a/lib/Target/XCore/XCoreInstrInfo.td
+++ b/lib/Target/XCore/XCoreInstrInfo.td
@@ -170,7 +170,6 @@ def ldawb : PatFrag<(ops node:$addr, node:$offset),
// Instruction operand types
def calltarget : Operand<i32>;
def brtarget : Operand<OtherVT>;
-def pclabel : Operand<i32>;
// Addressing modes
def ADDRspii : ComplexPattern<i32, 2, "SelectADDRspii", [add, frameindex], []>;