File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,6 @@ check!(vreg_low16_ptr ptr vreg_low16 "fmov" "s");
445445// CHECK: //NO_APP
446446check ! ( vreg_ptr ptr vreg "fmov" "s" ) ;
447447
448-
449448// CHECK-LABEL: {{("#)?}}v0_f128{{"?}}
450449// CHECK: //APP
451450// CHECK: fmov s0, s0
Original file line number Diff line number Diff line change @@ -201,4 +201,4 @@ check_regw!(r25r24_i16 i16 "r25r24" "r24");
201201// CHECK: ;APP
202202// CHECK: movw r26, r26
203203// CHECK: ;NO_APP
204- check_regw ! ( x_i16 i16 "X" "X" ) ;
204+ check_regw ! ( x_i16 i16 "X" "X" ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ use minicore::*;
1313
1414type ptr = * const i16 ;
1515
16-
1716extern "C" {
1817 fn extern_func ( ) ;
1918 static extern_static: i8 ;
@@ -128,6 +127,7 @@ checkb!(reg_i8b i8 reg);
128127// CHECK: mov r5, r5
129128// CHECK: ;NO_APP
130129check_reg ! ( r5_i16 i16 "r5" ) ;
130+
131131// CHECK-LABEL: r5_i8:
132132// CHECK: ;APP
133133// CHECK: mov r5, r5
You can’t perform that action at this time.
0 commit comments