diff options
Diffstat (limited to 'clang/test/CodeGen/volatile.c')
-rw-r--r-- | clang/test/CodeGen/volatile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/volatile.c b/clang/test/CodeGen/volatile.c index ed0a33e9862..9ee4de601ce 100644 --- a/clang/test/CodeGen/volatile.c +++ b/clang/test/CodeGen/volatile.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm < %s | grep volatile | count 25 +// RUN: clang-cc -emit-llvm < %s | grep volatile | count 25 // The number 26 comes from the current codegen for volatile loads; // if this number changes, it's not necessarily something wrong, but |