1
0
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:
Chris Lattner 2005-01-05 22:14:14 +00:00
parent 872720ac2e
commit 8263ec34fd

View File

@ -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) {