From d99dafe2e4a385dd2a6c76da6d8258deb100657b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 20 Apr 2017 21:19:10 +0000 Subject: Vendor import of llvm trunk r300890: https://llvm.org/svn/llvm-project/llvm/trunk@300890 --- test/TableGen/intrinsic-long-name.td | 2 +- test/TableGen/intrinsic-varargs.td | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/TableGen') diff --git a/test/TableGen/intrinsic-long-name.td b/test/TableGen/intrinsic-long-name.td index d7c9d3176266..24ed89ac4acf 100644 --- a/test/TableGen/intrinsic-long-name.td +++ b/test/TableGen/intrinsic-long-name.td @@ -22,7 +22,7 @@ class Intrinsic param_types = []> { list IntrProperties = []; } -def iAny : ValueType<0, 125>; +def iAny : ValueType<0, 253>; def llvm_anyint_ty : LLVMType; // Make sure we generate the long name without crashing diff --git a/test/TableGen/intrinsic-varargs.td b/test/TableGen/intrinsic-varargs.td index 0aafad8093cc..1e2378550855 100644 --- a/test/TableGen/intrinsic-varargs.td +++ b/test/TableGen/intrinsic-varargs.td @@ -23,7 +23,7 @@ class Intrinsic param_types = []> { } // isVoid needs to match the definition in ValueTypes.td -def isVoid : ValueType<0, 66>; // Produces no value +def isVoid : ValueType<0, 108>; // Produces no value def llvm_vararg_ty : LLVMType; // this means vararg here // CHECK: /* 0 */ 0, 29, 0, -- cgit v1.3