We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21b74b commit 2dc84ecCopy full SHA for 2dc84ec
tests/codegen/riscv-abi/call-llvm-intrinsics.rs
@@ -23,7 +23,7 @@ pub fn do_call() {
23
24
unsafe {
25
// Ensure that we `call` LLVM intrinsics instead of trying to `invoke` them
26
- // CHECK: store float 4.000000e+00, float* %{{.}}, align 4
+ // CHECK: store float 4.000000e+00, ptr %{{.}}, align 4
27
// CHECK: call float @llvm.sqrt.f32(float %{{.}}
28
sqrt(4.0);
29
}
0 commit comments