mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 03:28:35 +00:00
Add i1imm
llvm-svn: 15753
This commit is contained in:
parent
cf6878b6c9
commit
744cbfc089
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user