Adjust XFAIL syntax, maybe that will help. The other

way worked for me...

llvm-svn: 69414
This commit is contained in:
Dale Johannesen 2009-04-18 02:01:23 +00:00
parent bc63de144f
commit 2f6263fea3
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin10.0 -relocation-model=pic -disable-fp-elim -stats |& grep {Number of modref unfolded} ; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin10.0 -relocation-model=pic -disable-fp-elim -stats |& grep {Number of modref unfolded}
; XFAIL - 69408 removed the opportunity for this optimization to work ; XFAIL: *
; 69408 removed the opportunity for this optimization to work
%struct.SHA512_CTX = type { [8 x i64], i64, i64, %struct.anon, i32, i32 } %struct.SHA512_CTX = type { [8 x i64], i64, i64, %struct.anon, i32, i32 }
%struct.anon = type { [16 x i64] } %struct.anon = type { [16 x i64] }