mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Add i1imm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15753 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d15575d39f
commit
fa14683381
@ -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