File tree 1 file changed +2
-2
lines changed
tests/codegen/loongarch-abi
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,11 +250,11 @@ pub struct IntDoubleInt {
250
250
c : i32 ,
251
251
}
252
252
253
- // CHECK: define void @f_int_double_int_s_arg(ptr noalias nocapture noundef dereferenceable(24) %a)
253
+ // CHECK: define void @f_int_double_int_s_arg(ptr noalias nocapture noundef align 8 dereferenceable(24) %a)
254
254
#[ no_mangle]
255
255
pub extern "C" fn f_int_double_int_s_arg ( a : IntDoubleInt ) { }
256
256
257
- // CHECK: define void @f_ret_int_double_int_s(ptr noalias nocapture noundef sret(%IntDoubleInt) dereferenceable(24) %0 )
257
+ // CHECK: define void @f_ret_int_double_int_s(ptr noalias nocapture noundef sret(%IntDoubleInt) align 8 dereferenceable(24) %_0 )
258
258
#[ no_mangle]
259
259
pub extern "C" fn f_ret_int_double_int_s ( ) -> IntDoubleInt {
260
260
IntDoubleInt { a : 1 , b : 2. , c : 3 }
You can’t perform that action at this time.
0 commit comments