[XCore] Remove unused operand type.

llvm-svn: 181127
This commit is contained in:
Richard Osborne 2013-05-04 17:30:05 +00:00
parent 54ff84a8f8
commit 0a7abb655b
1 changed files with 0 additions and 1 deletions

View File

@ -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], []>;