summaryrefslogtreecommitdiff
path: root/test/FrontendC
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-05-19 18:59:37 +0000
committerEric Christopher <echristo@apple.com>2010-05-19 18:59:37 +0000
commitd38bbfadfd6253d76e13269f806324d3ac25ed4f (patch)
treee5d4e9d1f0086853d72bb109f47f111938afbead /test/FrontendC
parent29e7e32e088c5fde88391998b2c4257dd94fedbb (diff)
downloadllvm-d38bbfadfd6253d76e13269f806324d3ac25ed4f.tar.gz
llvm-d38bbfadfd6253d76e13269f806324d3ac25ed4f.tar.bz2
llvm-d38bbfadfd6253d76e13269f806324d3ac25ed4f.tar.xz
Attempt to run this test on x86 only.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104143 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC')
-rw-r--r--test/FrontendC/2010-05-18-palignr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC/2010-05-18-palignr.c b/test/FrontendC/2010-05-18-palignr.c
index a383f778ee..9cebaf8e07 100644
--- a/test/FrontendC/2010-05-18-palignr.c
+++ b/test/FrontendC/2010-05-18-palignr.c
@@ -1,4 +1,5 @@
// RUN: %llvmgcc -mssse3 -S -o - %s | llc -mtriple=x86_64-apple-darwin | FileCheck %s
+// XTARGET: x86,i386,i686
#include <tmmintrin.h>