1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

[XCore] Remove unused operand type.

llvm-svn: 181127
This commit is contained in:
Richard Osborne 2013-05-04 17:30:05 +00:00
parent 9a767b4821
commit 0eea664ede

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