]> granicus.if.org Git - clang/commitdiff
Revision 139454 fixed a broken assert in LLVM, which causes
authorRichard Trieu <rtrieu@google.com>
Sat, 10 Sep 2011 01:56:32 +0000 (01:56 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 10 Sep 2011 01:56:32 +0000 (01:56 +0000)
a test failure in CodeGen/palignr.c, which has been marked
XFAIL for the time being.  A bug has been filed at PR10901
for this issue.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139457 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/palignr.c

index 1712df5256ce9db0440343ca5d1178d2a63b59f7..d6f86ca19405537ccffe7a2b62a0cbafb9b23b80 100644 (file)
@@ -1,5 +1,6 @@
 // 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;