Skip to content

Commit 433cace

Browse files
committed
Run filecheck on dest-prop/dead_stores_79191.rs
1 parent 3328d98 commit 433cace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/mir-opt/dest-prop/dead_stores_79191.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// skip-filecheck
21
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
32
//@ unit-test: DestinationPropagation
43

@@ -8,6 +7,8 @@ fn id<T>(x: T) -> T {
87

98
// EMIT_MIR dead_stores_79191.f.DestinationPropagation.after.mir
109
fn f(mut a: usize) -> usize {
10+
// CHECK-LABEL: fn f
11+
// CHECK: {{_.*}} = {{_.*}}
1112
let b = a;
1213
a = 5;
1314
a = b;

0 commit comments

Comments
 (0)