diff options
Diffstat (limited to 'test/CodeGen/cleanup-stack.c')
-rw-r--r-- | test/CodeGen/cleanup-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/cleanup-stack.c b/test/CodeGen/cleanup-stack.c index cc734e6a36..3a134329a1 100644 --- a/test/CodeGen/cleanup-stack.c +++ b/test/CodeGen/cleanup-stack.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm %s -o %t && +// RUN: clang-cc -emit-llvm %s -o %t && // RUN: grep "store i32 0, i32\* %cleanup" %t | count 2 void f(int n) { int a[n]; |