aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2005-09-24-AsmUserPrefix.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2005-09-24-AsmUserPrefix.c')
-rw-r--r--test/CodeGen/2005-09-24-AsmUserPrefix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2005-09-24-AsmUserPrefix.c b/test/CodeGen/2005-09-24-AsmUserPrefix.c
index 16283130beb0..d0e5bd1c3a44 100644
--- a/test/CodeGen/2005-09-24-AsmUserPrefix.c
+++ b/test/CodeGen/2005-09-24-AsmUserPrefix.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - | opt -std-compile-opts | llc | \
+// RUN: %clang_cc1 %s -emit-llvm -o - | opt -O3 | llc | \
// RUN: not grep _foo2
void foo() __asm__("foo2");