]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen/issue-59352.rs
Auto merge of #100626 - Dylan-DPC:rollup-mwbm7kj, r=Dylan-DPC
[rust.git] / src / test / codegen / issue-59352.rs
index 28bb85912324eead69471fbfe62e46f4695b2b8d..d271fe027e309d5f609856242af52dd9f12f3d97 100644 (file)
@@ -5,8 +5,8 @@
 // Once the optimizer can do that, mir-opt/issues/issue-59352.rs will need to be updated and this
 // test case should be removed as it will become redundant.
 
-// mir-opt-level=2 enables inlining and enables LLVM to optimize away the unreachable panic call.
-// compile-flags: -O -Z mir-opt-level=2
+// mir-opt-level=3 enables inlining and enables LLVM to optimize away the unreachable panic call.
+// compile-flags: -O -Z mir-opt-level=3
 
 #![crate_type = "rlib"]