[clang] [llvm] [CodeGen][LLVM] Make the `va_list` related intrinsics generic. (PR #85460)
Alex Voicu via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 20:22:11 PDT 2024
================
@@ -1713,7 +1716,7 @@ def int_coro_subfn_addr : DefaultAttrsIntrinsic<
///===-------------------------- Other Intrinsics --------------------------===//
//
-// TODO: We should introduce a new memory kind fo traps (and other side effects
+// TODO: We should introduce a new memory kind fo traps (and other side effects
----------------
AlexVlx wrote:
Done.
https://github.com/llvm/llvm-project/pull/85460
More information about the llvm-commits
mailing list