diff options
author | Eric Christopher <echristo@apple.com> | 2010-05-19 18:59:37 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-05-19 18:59:37 +0000 |
commit | 6304da132fa293ac21ed35bb8959bbc62dfbc73d (patch) | |
tree | c224d61a6c025525876365a957c483ce29838c00 /llvm | |
parent | f070b1b5719f8d487c34b64b5fdde65321ac95a0 (diff) | |
download | bcm5719-llvm-6304da132fa293ac21ed35bb8959bbc62dfbc73d.tar.gz bcm5719-llvm-6304da132fa293ac21ed35bb8959bbc62dfbc73d.zip |
Attempt to run this test on x86 only.
llvm-svn: 104143
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/FrontendC/2010-05-18-palignr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/FrontendC/2010-05-18-palignr.c b/llvm/test/FrontendC/2010-05-18-palignr.c index a383f778ee5..9cebaf8e073 100644 --- a/llvm/test/FrontendC/2010-05-18-palignr.c +++ b/llvm/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> |