fix non-x64 tests
This commit is contained in:
parent
75ed7def5d
commit
ae877003ec
@ -70,7 +70,7 @@ pub mod tests {
|
||||
#[no_mangle]
|
||||
pub extern "fastcall" fn f5(_: i64, _: i32) {}
|
||||
|
||||
// CHECK: @f6(i1 inreg zeroext %_1, i32 inreg %_2, i32 %_3)
|
||||
// CHECK: @f6(i1 inreg noundef zeroext %_1, i32 inreg %_2, i32 %_3)
|
||||
#[no_mangle]
|
||||
pub extern "fastcall" fn f6(_: bool, _: i32, _: i32) {}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
#[no_mangle]
|
||||
pub extern "C" fn f_void() {}
|
||||
|
||||
// CHECK: define zeroext i1 @f_scalar_0(i1 zeroext %a)
|
||||
// CHECK: define noundef zeroext i1 @f_scalar_0(i1 noundef zeroext %a)
|
||||
#[no_mangle]
|
||||
pub extern "C" fn f_scalar_0(a: bool) -> bool {
|
||||
a
|
||||
|
Loading…
x
Reference in New Issue
Block a user