summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/const_prop/aggregate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mir-opt/const_prop/aggregate.rs')
-rw-r--r--src/test/mir-opt/const_prop/aggregate.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/mir-opt/const_prop/aggregate.rs b/src/test/mir-opt/const_prop/aggregate.rs
index 493d0508a..6a3080384 100644
--- a/src/test/mir-opt/const_prop/aggregate.rs
+++ b/src/test/mir-opt/const_prop/aggregate.rs
@@ -2,6 +2,7 @@
// compile-flags: -O
// EMIT_MIR aggregate.main.ConstProp.diff
+// EMIT_MIR aggregate.main.PreCodegen.after.mir
fn main() {
let x = (0, 1, 2).1 + 0;
}