]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/early_otherwise_branch_3_element_tuple.rs
Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum
[rust.git] / src / test / mir-opt / early_otherwise_branch_3_element_tuple.rs
index 8527c01d756589ec0446deaee306eee29886eb3c..76055e1330fa7c88beec278069d74d0b5e99f3ad 100644 (file)
@@ -1,4 +1,4 @@
-// compile-flags: -Z mir-opt-level=4 -Z unsound-mir-opts
+// unit-test: EarlyOtherwiseBranch
 
 // EMIT_MIR early_otherwise_branch_3_element_tuple.opt1.EarlyOtherwiseBranch.diff
 fn opt1(x: Option<u32>, y: Option<u32>, z: Option<u32>) -> u32 {