diff options
Diffstat (limited to 'llvm/test/FrontendC/2005-09-24-AsmUserPrefix.c')
| -rw-r--r-- | llvm/test/FrontendC/2005-09-24-AsmUserPrefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2005-09-24-AsmUserPrefix.c b/llvm/test/FrontendC/2005-09-24-AsmUserPrefix.c index 9b9b153e276..952c7b3c35d 100644 --- a/llvm/test/FrontendC/2005-09-24-AsmUserPrefix.c +++ b/llvm/test/FrontendC/2005-09-24-AsmUserPrefix.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | llc | \ +// RUN: %llvmgcc %s -S -o - | opt -std-compile-opts | llc | \ // RUN: not grep _foo2 void foo() __asm__("foo2"); |

