diff options
Diffstat (limited to 'clang/test/CodeGen/bool-convert.c')
-rw-r--r-- | clang/test/CodeGen/bool-convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/bool-convert.c b/clang/test/CodeGen/bool-convert.c index 5e8bae1a93a..4df81bb82d7 100644 --- a/clang/test/CodeGen/bool-convert.c +++ b/clang/test/CodeGen/bool-convert.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm < %s | grep i1 | count 1 +// RUN: clang-cc -emit-llvm < %s | grep i1 | count 1 // All of these should uses the memory representation of _Bool struct teststruct1 {_Bool a, b;} test1; _Bool* test2; |