Add new ValueType for metadata.
[oota-llvm.git] / include / llvm / CodeGen / ValueTypes.h
index e661c58940e1dc70d461176edd799a21f9926f63..f7e28bebfd6daac254612cb3e8ba41b58c374cc6 100644 (file)
@@ -83,6 +83,9 @@ namespace llvm {
       // This value must be a multiple of 32.
       MAX_ALLOWED_VALUETYPE = 64,
 
+      // Metadata - This is MDNode or MDString. 
+      Metadata       = 251,
+
       // iPTRAny - An int value the size of the pointer of the current
       // target to any address space. This must only be used internal to
       // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.