[clang] [X86_64] fix SSE type error in vaarg. (PR #86377)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 23 18:17:52 PDT 2024


================
@@ -21,3 +21,18 @@ empty empty_record_test(int z, ...) {
   __builtin_va_start(list, z);
   return __builtin_va_arg(list, empty);
 }
+
----------------
efriedma-quic wrote:

Please regenerate the CHECK lines with update_cc_test_checks.py.

https://github.com/llvm/llvm-project/pull/86377


More information about the cfe-commits mailing list