mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Add a list end sentinal
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19299 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8853b13d2f
commit
b66144c1e1
@ -39,6 +39,8 @@ namespace MVT { // MVT = Machine Value Types
|
||||
f128 = 10, // This is a 128 bit floating point value
|
||||
|
||||
isVoid = 11, // This has no value
|
||||
|
||||
LAST_VALUETYPE, // This always remains at the end of the list.
|
||||
};
|
||||
|
||||
static inline bool isInteger(ValueType VT) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user