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 a477ea0 commit af6e6b6Copy full SHA for af6e6b6
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