Undo xfail.

llvm-svn: 29958
This commit is contained in:
Evan Cheng 2006-08-29 18:49:41 +00:00
parent dfb85155dc
commit abb02a35cf
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep 'and DWORD PTR' | wc -l | grep 1
;
; FIXME: The number of (store (and (load ..) ..) ..) really should be 2. But the current hack
; only allow one of the folding to happen.
; XFAIL: *
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep 'and DWORD PTR' | wc -l | grep 2
%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 }