diff options
Diffstat (limited to 'clang/test/CodeGen/whilestmt.c')
-rw-r--r-- | clang/test/CodeGen/whilestmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/whilestmt.c b/clang/test/CodeGen/whilestmt.c index fe17e1b2f19..95e18f4d21f 100644 --- a/clang/test/CodeGen/whilestmt.c +++ b/clang/test/CodeGen/whilestmt.c @@ -1,4 +1,4 @@ -// RUN: clang %s -emit-llvm -o - +// RUN: clang-cc %s -emit-llvm -o - int bar(); int foo() { |