@@ -28,9 +28,9 @@ pub fn change_loop_body() {
2828}
2929
3030#[ cfg( not( any( cfail1, cfail4) ) ) ]
31- #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes" ) ]
31+ #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes, optimized_mir " ) ]
3232#[ rustc_clean( cfg="cfail3" ) ]
33- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes" ) ]
33+ #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes, optimized_mir " ) ]
3434#[ rustc_clean( cfg="cfail6" ) ]
3535pub fn change_loop_body ( ) {
3636 let mut _x = 0 ;
@@ -53,9 +53,9 @@ pub fn change_loop_condition() {
5353}
5454
5555#[ cfg( not( any( cfail1, cfail4) ) ) ]
56- #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes" ) ]
56+ #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes, optimized_mir " ) ]
5757#[ rustc_clean( cfg="cfail3" ) ]
58- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes" ) ]
58+ #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes, optimized_mir " ) ]
5959#[ rustc_clean( cfg="cfail6" ) ]
6060pub fn change_loop_condition ( ) {
6161 let mut _x = 0 ;
@@ -211,7 +211,7 @@ pub fn change_continue_label() {
211211#[ cfg( not( any( cfail1, cfail4) ) ) ]
212212#[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes" ) ]
213213#[ rustc_clean( cfg="cfail3" ) ]
214- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes,optimized_mir " ) ]
214+ #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes" ) ]
215215#[ rustc_clean( cfg="cfail6" ) ]
216216pub fn change_continue_label ( ) {
217217 let mut _x = 0 ;
0 commit comments