We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2dd4f commit 621e82eCopy full SHA for 621e82e
tests/mir-opt/dest-prop/dead_stores_79191.rs
@@ -1,4 +1,3 @@
1
-// skip-filecheck
2
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
3
//@ unit-test: DestinationPropagation
4
@@ -8,6 +7,8 @@ fn id<T>(x: T) -> T {
8
7
9
// EMIT_MIR dead_stores_79191.f.DestinationPropagation.after.mir
10
fn f(mut a: usize) -> usize {
+ // CHECK-LABEL: fn f
11
+ // CHECK: {{_.*}} = {{_.*}}
12
let b = a;
13
a = 5;
14
a = b;
0 commit comments