We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5031d5 commit f993c6dCopy full SHA for f993c6d
tests/codegen/iter-repeat-n-trivial-drop.rs
@@ -33,7 +33,7 @@ pub fn iter_repeat_n_next(it: &mut std::iter::RepeatN<NotCopy>) -> Option<NotCop
33
34
// CHECK: [[EMPTY]]:
35
// CHECK-NOT: br
36
- // CHECK: phi i16 [ undef, %start ], [ %[[VAL]], %[[NOT_EMPTY]] ]
+ // CHECK: phi i16 [ %[[VAL]], %[[NOT_EMPTY]] ], [ undef, %start ]
37
38
// CHECK: ret
39
0 commit comments