================
@@ -834,5 +834,4 @@ typedef struct {} empty;
empty empty_record_test(void) {
// CHECK-LABEL: define{{.*}} void @empty_record_test()
return va_arg(the_list, empty);
-// CHECK: [[GR_OFFS:%[a-z_0-9]+]] = load ptr, ptr @the_list
----------------
efriedma-quic wrote:
Maybe should check something here? Something like `// CHECK: call void
@llvm.va_start // CHECK-NEXT: ret void`.
https://github.com/llvm/llvm-project/pull/94635
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits