diff options
Diffstat (limited to 'clang/test/CodeGen/PR2643-null-store-to-bitfield.c')
-rw-r--r-- | clang/test/CodeGen/PR2643-null-store-to-bitfield.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/PR2643-null-store-to-bitfield.c b/clang/test/CodeGen/PR2643-null-store-to-bitfield.c index 6a5b0e92f66..d6c2f36aa50 100644 --- a/clang/test/CodeGen/PR2643-null-store-to-bitfield.c +++ b/clang/test/CodeGen/PR2643-null-store-to-bitfield.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm -o - %s +// RUN: %clang_cc1 -emit-llvm -o - %s // PR2643 void foo() { |