about summary refs log tree commit diff
path: root/tests/codegen/fastcall-inreg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/fastcall-inreg.rs')
-rw-r--r--tests/codegen/fastcall-inreg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/fastcall-inreg.rs b/tests/codegen/fastcall-inreg.rs
index 2459ec1539e..00b390bf1bf 100644
--- a/tests/codegen/fastcall-inreg.rs
+++ b/tests/codegen/fastcall-inreg.rs
@@ -2,7 +2,7 @@
 // as "inreg" like the C/C++ compilers for the platforms.
 // x86 only.
 
-//@ compile-flags: --target i686-unknown-linux-gnu -O -C no-prepopulate-passes
+//@ compile-flags: --target i686-unknown-linux-gnu -Cno-prepopulate-passes -Copt-level=3
 //@ needs-llvm-components: x86
 
 #![crate_type = "lib"]