We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a1401 commit 254bf60Copy full SHA for 254bf60
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
37
38
// CHECK: ret
39
0 commit comments