Correct LastPrimitiveTyID: MetadataType is a primitive type.
authorDuncan Sands <baldrick@free.fr>
Fri, 19 Feb 2010 09:18:53 +0000 (09:18 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 19 Feb 2010 09:18:53 +0000 (09:18 +0000)
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

index 74f7a606ff644c3bc1e1d661f113d6a1103cbdb5..d09913a1df332efce2b114610d082e210481fbd7 100644 (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
   };