mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Expose the "Other" value type to tablegen targets
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11304 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed97ad63c2
commit
6565043120
@ -25,6 +25,7 @@ class ValueType<int size, int value> {
|
||||
int Value = value;
|
||||
}
|
||||
|
||||
def OtherVT: ValueType<0 , 0>; // "Other" value
|
||||
def i1 : ValueType<1 , 1>; // One bit boolean value
|
||||
def i8 : ValueType<8 , 2>; // 8-bit integer value
|
||||
def i16 : ValueType<16 , 3>; // 16-bit integer value
|
||||
|
Loading…
Reference in New Issue
Block a user