mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 14:07:32 +00:00
Correct LastPrimitiveTyID: MetadataType is a primitive type.
This change probably has no functional effect. llvm-svn: 96669
This commit is contained in:
parent
e6302b3565
commit
88c859c900
@ -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
Block a user