Add i1imm

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15753 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-08-15 05:37:00 +00:00
parent d15575d39f
commit fa14683381

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>;