aboutsummaryrefslogtreecommitdiff
path: root/test/TableGen/intrinsic-varargs.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/intrinsic-varargs.td')
-rw-r--r--test/TableGen/intrinsic-varargs.td2
1 files changed, 1 insertions, 1 deletions
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<string name, list<LLVMType> 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<isVoid>; // this means vararg here
// CHECK: /* 0 */ 0, 29, 0,