forked from OSchip/llvm-project
Correct LastPrimitiveTyID: MetadataType is a primitive type.
This change probably has no functional effect. llvm-svn: 96669
This commit is contained in:
parent
353394f7b1
commit
655ca0cd4a
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue