Correct LastPrimitiveTyID: MetadataType is a primitive type.

This change probably has no functional effect.

llvm-svn: 96669
This commit is contained in:
Duncan Sands 2010-02-19 09:18:53 +00:00
parent e6302b3565
commit 88c859c900

View File

@ -89,7 +89,7 @@ public:
VectorTyID, ///< 15: SIMD 'packed' format, or other vector type
NumTypeIDs, // Must remain as last defined ID
LastPrimitiveTyID = LabelTyID,
LastPrimitiveTyID = MetadataTyID,
FirstDerivedTyID = IntegerTyID
};