X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FCodeGen%2FValueTypes.td;h=756262f6dadfb2e71d0f544c32084e5fb4cd53c4;hb=aa6604c351d3459be220b782fe074bbd264f737f;hp=b5fa0e8c6a23174d45bca03b55a492bd997ec44e;hpb=beb6afa84397a27e48a9d72ac1d588bc6fcaf564;p=oota-llvm.git diff --git a/include/llvm/CodeGen/ValueTypes.td b/include/llvm/CodeGen/ValueTypes.td index b5fa0e8c6a2..756262f6dad 100644 --- a/include/llvm/CodeGen/ValueTypes.td +++ b/include/llvm/CodeGen/ValueTypes.td @@ -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>;