[WinEH] Add some test cases I forgot to add to previous commits
[oota-llvm.git] / test / TableGen / intrinsic-varargs.td
index 935a62503803dcddd8dbc818f62a3648f28187d5..380d79d4a22a819f71b5ada601acd1391a756873 100644 (file)
@@ -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, 56>;   // Produces no value
+def isVoid : ValueType<0, 57>;   // Produces no value
 def llvm_vararg_ty : LLVMType<isVoid>;   // this means vararg here
 
 // CHECK: /* 0 */ 0, 28, 0,