aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c')
-rw-r--r--test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c b/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c
index dd1acc54bc1d..0698601ad133 100644
--- a/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c
+++ b/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -std=c99 %s -emit-llvm -o - | \
-// RUN: opt -std-compile-opts -disable-output
+// RUN: opt -O3 -disable-output
// PR580
int X, Y;