diff options
Diffstat (limited to 'test/CodeGen/volatile.c')
| -rw-r--r-- | test/CodeGen/volatile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/volatile.c b/test/CodeGen/volatile.c index a0cc891ccd888..db87a375152a6 100644 --- a/test/CodeGen/volatile.c +++ b/test/CodeGen/volatile.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm < %s -o %t +// RUN: %clang_cc1 -emit-llvm < %s -o %t // RUN: grep volatile %t | count 29 // RUN: grep memcpy %t | count 7 |
