diff options
author | Dale Johannesen <dalej@apple.com> | 2009-04-18 02:01:23 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2009-04-18 02:01:23 +0000 |
commit | 2f6263fea375ee598d0ed91ea2aed27fd47719c8 (patch) | |
tree | 8ffd0a2f19c2b1625370976bddf39acbf7905658 | |
parent | bc63de144fbaea908ac011a3b458fd7ec4a3f645 (diff) | |
download | bcm5719-llvm-2f6263fea375ee598d0ed91ea2aed27fd47719c8.tar.gz bcm5719-llvm-2f6263fea375ee598d0ed91ea2aed27fd47719c8.zip |
Adjust XFAIL syntax, maybe that will help. The other
way worked for me...
llvm-svn: 69414
-rw-r--r-- | llvm/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll b/llvm/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll index fdb172c2f97..3e60f6bbac8 100644 --- a/llvm/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll +++ b/llvm/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll @@ -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} -; 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.anon = type { [16 x i64] } |