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

Add i1imm

llvm-svn: 15753
This commit is contained in:
Chris Lattner 2004-08-15 05:37:00 +00:00
parent cf6878b6c9
commit 744cbfc089

View File

@ -147,6 +147,7 @@ class Operand<ValueType ty> {
string PrintMethod = "printOperand";
}
def i1imm : Operand<i1>;
def i8imm : Operand<i8>;
def i16imm : Operand<i16>;
def i32imm : Operand<i32>;