summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalDCE/complex-constantexpr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GlobalDCE/complex-constantexpr.ll')
-rw-r--r--test/Transforms/GlobalDCE/complex-constantexpr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalDCE/complex-constantexpr.ll b/test/Transforms/GlobalDCE/complex-constantexpr.ll
index 2978704ddf2..4bf1aeee709 100644
--- a/test/Transforms/GlobalDCE/complex-constantexpr.ll
+++ b/test/Transforms/GlobalDCE/complex-constantexpr.ll
@@ -1,4 +1,4 @@
-; RUN: opt -globaldce -disable-output < %s
+; RUN: opt -O2 -disable-output < %s
; PR15714
%struct.ham = type { i32 }