diff options
Diffstat (limited to 'test/CodeGen/2008-12-02-logical-or-fold.c')
-rw-r--r-- | test/CodeGen/2008-12-02-logical-or-fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2008-12-02-logical-or-fold.c b/test/CodeGen/2008-12-02-logical-or-fold.c index d54bf287d2e2..167ad299ce61 100644 --- a/test/CodeGen/2008-12-02-logical-or-fold.c +++ b/test/CodeGen/2008-12-02-logical-or-fold.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm -o - %s | grep "store i32 1" +// RUN: %clang_cc1 -emit-llvm -o - %s | grep "store i32 1" // PR3150 int a() {return 1||1;} |