summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mmintrin-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/mmintrin-test.c')
-rw-r--r--clang/test/CodeGen/mmintrin-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/mmintrin-test.c b/clang/test/CodeGen/mmintrin-test.c
index 6d68a75ff2d..97f3b3b67c6 100644
--- a/clang/test/CodeGen/mmintrin-test.c
+++ b/clang/test/CodeGen/mmintrin-test.c
@@ -1,6 +1,6 @@
-// RUN: clang -triple i386-apple-darwin9 -emit-llvm -o %t %s &&
+// RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm -o %t %s &&
// RUN: grep define %t | count 1 &&
-// RUN: clang -triple i386-apple-darwin9 -g -emit-llvm -o %t %s &&
+// RUN: clang-cc -triple i386-apple-darwin9 -g -emit-llvm -o %t %s &&
// RUN: grep define %t | count 1
#include <mmintrin.h>
OpenPOWER on IntegriCloud