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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/palignr.c b/test/CodeGen/palignr.c
index ed86c9e..1712df5 100644
--- a/test/CodeGen/palignr.c
+++ b/test/CodeGen/palignr.c
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target
// 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)))
OpenPOWER on IntegriCloud