aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-09-10 02:03:28 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-09-10 02:03:28 +0000
commit42f19be40ff457a737f44854002fb6ea50ecf175 (patch)
tree064a9b7e4a1048fa116f603465f1d048e4ff9800
parent5c988bd71c3009bd8c3e9f624a03d414f742cdd5 (diff)
clang part of r139458; un-XFAIL testcase.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139460 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/palignr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/palignr.c b/test/CodeGen/palignr.c
index d6f86ca194..1712df5256 100644
--- a/test/CodeGen/palignr.c
+++ b/test/CodeGen/palignr.c
@@ -1,6 +1,5 @@
// REQUIRES: x86-registered-target
// RUN: %clang_cc1 %s -triple=i686-apple-darwin -target-feature +ssse3 -O1 -S -o - | FileCheck %s
-// XFAIL: *
#define _mm_alignr_epi8(a, b, n) (__builtin_ia32_palignr128((a), (b), (n)))
typedef __attribute__((vector_size(16))) int int4;