Skip to content

Commit 54a1401

Browse files
committed
Enable MIR opts for test.
1 parent f5feb3e commit 54a1401

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tests/codegen/move-operands.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// compile-flags: -C no-prepopulate-passes
1+
// Verify that optimized MIR only copies `a` once.
2+
// compile-flags: -O -C no-prepopulate-passes
23

34
#![crate_type = "lib"]
45

0 commit comments

Comments
 (0)