diff options
Diffstat (limited to 'test/CodeGen/2005-09-24-AsmUserPrefix.c')
-rw-r--r-- | test/CodeGen/2005-09-24-AsmUserPrefix.c | 2 |
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 1628313..d0e5bd1 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"); |