summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/palignr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/palignr.c')
-rw-r--r--test/CodeGen/palignr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/palignr.c b/test/CodeGen/palignr.c
index 41e48bd..68efb41 100644
--- a/test/CodeGen/palignr.c
+++ b/test/CodeGen/palignr.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -triple=i686-apple-darwin -target-feature +ssse3 -O1 -S -o - | FileCheck %s
+// RUN: %clang_cc1 %s -triple=i686-apple-darwin -target-feature +ssse3 -O1 -S -o - | FileCheck %s
#define _mm_alignr_epi8(a, b, n) (__builtin_ia32_palignr128((a), (b), (n)))
#define _mm_alignr_pi8(a, b, n) (__builtin_ia32_palignr((a), (b), (n*8)))
OpenPOWER on IntegriCloud