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:
Chris Lattner 2005-01-05 22:14:14 +00:00
parent 8853b13d2f
commit b66144c1e1

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