aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/struct-passing.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/struct-passing.c')
-rw-r--r--test/CodeGen/struct-passing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/struct-passing.c b/test/CodeGen/struct-passing.c
index 305101d906..9a4f47651b 100644
--- a/test/CodeGen/struct-passing.c
+++ b/test/CodeGen/struct-passing.c
@@ -1,4 +1,4 @@
-// RUN: clang -triple i386-pc-linux-gnu -emit-llvm -o %t %s &&
+// RUN: clang-cc -triple i386-pc-linux-gnu -emit-llvm -o %t %s &&
// RUN: grep 'declare i32 @f0() readnone$' %t &&
// RUN: grep 'declare i32 @f1() readonly$' %t &&
// RUN: grep 'declare void @f2(.* noalias sret)$' %t &&