]> git.proxmox.com Git - rustc.git/blobdiff - src/test/mir-opt/early_otherwise_branch.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / mir-opt / early_otherwise_branch.rs
index 77003442080f40e6a330cb2bced674cb23d76f73..b2caf7d7b8fde4353c63dd1829f6ecc08cbb2ba6 100644 (file)
@@ -1,4 +1,4 @@
-// compile-flags: -Z mir-opt-level=3
+// compile-flags: -Z mir-opt-level=4 -Z unsound-mir-opts
 // EMIT_MIR early_otherwise_branch.opt1.EarlyOtherwiseBranch.diff
 fn opt1(x: Option<u32>, y: Option<u32>) -> u32 {
     match (x, y) {