Skip to content

Commit 87e532e

Browse files
authored
Rollup merge of #158497 - folkertdev:stdarch-sync-2026-06-27, r=folkertdev
stdarch subtree update Subtree update of `stdarch` to rust-lang/stdarch@62d5595. Created using https://github.com/rust-lang/josh-sync. r? @ghost
2 parents 7532add + cd67c77 commit 87e532e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/intrinsic/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ pub fn intrinsic<'gcc, 'tcx>(name: &str, cx: &CodegenCx<'gcc, 'tcx>) -> Function
10441044
#[cfg(feature = "master")]
10451045
pub fn intrinsic<'gcc, 'tcx>(name: &str, cx: &CodegenCx<'gcc, 'tcx>) -> Function<'gcc> {
10461046
let gcc_name = match name {
1047-
"llvm.prefetch" => {
1047+
"llvm.prefetch.p0" => {
10481048
let gcc_name = "__builtin_prefetch";
10491049
let func = cx.context.get_builtin_function(gcc_name);
10501050
cx.functions.borrow_mut().insert(gcc_name.to_string(), func);

0 commit comments

Comments
 (0)