Aiden Grossman 86b0acd35f
[InstrProf] Mark __llvm_profile_runtime_user cold (#174174)
This function is only created to use a global so that it does not get
pruned by the compiler. We could probably get rid of it
(https://reviews.llvm.org/D98325), but there are some complications
around certain platforms. Given that it will never be called, mark it as
cold.
2026-01-05 08:06:39 -08:00
..