Skip to content

Commit ce5cfae

Browse files
committed
Fix tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs
1 parent 9e31b2a commit ce5cfae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//@ only-linux
55
#![crate_type = "lib"]
66

7-
// CHECK: define void @f_fpr_tracking(float %0, float %1, float %2, float %3, float %4, float %5, float %6, float %7, i8 zeroext %i)
7+
// CHECK: define void @f_fpr_tracking(float %0, float %1, float %2, float %3, float %4, float %5, float %6, float %7, i8 noundef zeroext %i) unnamed_addr #0
88
#[no_mangle]
99
pub extern "C" fn f_fpr_tracking(
1010
a: f32,
@@ -128,7 +128,7 @@ pub extern "C" fn f_ret_float_int64_s() -> FloatInt64 {
128128
FloatInt64 { f: 1., i: 2 }
129129
}
130130

131-
// CHECK: define void @f_float_int8_s_arg_insufficient_gprs(i32 signext %a, i32 signext %b, i32 signext %c, i32 signext %d, i32 signext %e, i32 signext %f, i32 signext %g, i32 signext %h, i64 %0)
131+
// CHECK: define void @f_float_int8_s_arg_insufficient_gprs(i32 noundef signext %a, i32 noundef signext %b, i32 noundef signext %c, i32 noundef signext %d, i32 noundef signext %e, i32 noundef signext %f, i32 noundef signext %g, i32 noundef signext %h, i64 %0) unnamed_addr #0
132132
#[no_mangle]
133133
pub extern "C" fn f_float_int8_s_arg_insufficient_gprs(
134134
a: i32,

0 commit comments

Comments
 (0)