mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Add a list end sentinal
llvm-svn: 19299
This commit is contained in:
parent
872720ac2e
commit
8263ec34fd
@ -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…
Reference in New Issue
Block a user