about summary refs log tree commit diff
path: root/tests/codegen/transmute-optimized.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/transmute-optimized.rs')
-rw-r--r--tests/codegen/transmute-optimized.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/transmute-optimized.rs b/tests/codegen/transmute-optimized.rs
index de54eecf0c0..477fdc6de90 100644
--- a/tests/codegen/transmute-optimized.rs
+++ b/tests/codegen/transmute-optimized.rs
@@ -1,4 +1,4 @@
-//@ compile-flags: -O -Z merge-functions=disabled
+//@ compile-flags: -Copt-level=3 -Z merge-functions=disabled
 #![crate_type = "lib"]
 
 // This tests that LLVM can optimize based on the niches in the source or