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 353394f7b1
commit 655ca0cd4a
1 changed files with 1 additions and 1 deletions

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
};