diff options
Diffstat (limited to 'test/CodeGen/2008-02-26-inline-asm-bug.c')
-rw-r--r-- | test/CodeGen/2008-02-26-inline-asm-bug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2008-02-26-inline-asm-bug.c b/test/CodeGen/2008-02-26-inline-asm-bug.c index a6816f5..1103e9b 100644 --- a/test/CodeGen/2008-02-26-inline-asm-bug.c +++ b/test/CodeGen/2008-02-26-inline-asm-bug.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm < %s | grep "\$0,\$1" +// RUN: %clang_cc1 -emit-llvm < %s | grep "\$0,\$1" void f() { int d1, d2; |