summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-07-24 07:37:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-07-24 07:37:33 +0000
commit865f6238f61c25865cfba53934bfd69c2bd36194 (patch)
treea33fb907d6d9aa83d698aa638dfe4fecc58002f9 /test
parent26ba6095df8ab0fb6815f78793907f87c9a08faf (diff)
downloadllvm-865f6238f61c25865cfba53934bfd69c2bd36194.tar.gz
llvm-865f6238f61c25865cfba53934bfd69c2bd36194.tar.bz2
llvm-865f6238f61c25865cfba53934bfd69c2bd36194.tar.xz
XFAIL for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/store_op_load_fold2.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/store_op_load_fold2.ll b/test/CodeGen/X86/store_op_load_fold2.ll
index 53733e1f76..3c2c31182c 100644
--- a/test/CodeGen/X86/store_op_load_fold2.ll
+++ b/test/CodeGen/X86/store_op_load_fold2.ll
@@ -2,6 +2,7 @@
;
; FIXME: The number of (store (and (load ..) ..) ..) really should be 2. But the current hack
; only allow one of the folding to happen.
+; XFAIL: *
%struct.Macroblock = type { int, int, int, int, int, [8 x int], %struct.Macroblock*, %struct.Macroblock*, int, [2 x [4 x [4 x [2 x int]]]], [16 x sbyte], [16 x sbyte], int, long, [4 x int], [4 x int], long, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, short, double, int, int, int, int, int, int, int, int, int }