Skip to content

Commit

Permalink
Correct LastPrimitiveTyID: MetadataType is a primitive type.
Browse files Browse the repository at this point in the history
This change probably has no functional effect.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96669 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
CunningBaldrick committed Feb 19, 2010
1 parent 906b499 commit d035023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/Type.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Type : public AbstractTypeUser {
VectorTyID, ///< 15: SIMD 'packed' format, or other vector type

NumTypeIDs, // Must remain as last defined ID
LastPrimitiveTyID = LabelTyID,
LastPrimitiveTyID = MetadataTyID,
FirstDerivedTyID = IntegerTyID
};

Expand Down

0 comments on commit d035023

Please sign in to comment.