aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/weak_constant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/weak_constant.ll')
-rw-r--r--test/Feature/weak_constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/weak_constant.ll b/test/Feature/weak_constant.ll
index fba7f12..d331bf5 100644
--- a/test/Feature/weak_constant.ll
+++ b/test/Feature/weak_constant.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -std-compile-opts -S > %t
+; RUN: opt < %s -O3 -S > %t
; RUN: grep undef %t | count 1
; RUN: grep 5 %t | count 1
; RUN: grep 7 %t | count 1