From d03502318d32a161b029d51073e513d7c226d77b Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 19 Feb 2010 09:18:53 +0000 Subject: Correct LastPrimitiveTyID: MetadataType is a primitive type. This change probably has no functional effect. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96669 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Type.h') diff --git a/include/llvm/Type.h b/include/llvm/Type.h index 74f7a60..d09913a 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -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 }; -- cgit v1.1