We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a656a commit 0d6fa54Copy full SHA for 0d6fa54
tests/mir-opt/copy-prop/dead_stores_better.rs
@@ -3,7 +3,7 @@
3
// that that pass enables this one to do more optimizations.
4
5
//@ test-mir-pass: CopyProp
6
-//@ compile-flags: -Zmir-enable-passes=+DeadStoreElimination
+//@ compile-flags: -Zmir-enable-passes=+DeadStoreElimination-initial
7
8
fn id<T>(x: T) -> T {
9
x
0 commit comments