Rewrite StackMap location handling to pre-compute the dwarf register
[oota-llvm.git] / include / llvm / CodeGen / ValueTypes.td
index b5fa0e8c6a23174d45bca03b55a492bd997ec44e..756262f6dadfb2e71d0f544c32084e5fb4cd53c4 100644 (file)
@@ -98,3 +98,6 @@ def iAny   : ValueType<0  , 254>;
 
 // Pseudo valuetype mapped to the current pointer size.
 def iPTR   : ValueType<0  , 255>;
+
+// Pseudo valuetype to represent "any type of any size".
+def Any    : ValueType<0  , 256>;