aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-04-18 02:01:23 +0000
committerDale Johannesen <dalej@apple.com>2009-04-18 02:01:23 +0000
commit4efa51e1b4a555adfa1c8ad7294e009c7b56c89b (patch)
treeda91ef7f9eabcd6a36f1104f51adfa6e35b745d7
parent209a55b46676112ae918345ce294e7b4b9ad392a (diff)
downloadexternal_llvm-4efa51e1b4a555adfa1c8ad7294e009c7b56c89b.zip
external_llvm-4efa51e1b4a555adfa1c8ad7294e009c7b56c89b.tar.gz
external_llvm-4efa51e1b4a555adfa1c8ad7294e009c7b56c89b.tar.bz2
Adjust XFAIL syntax, maybe that will help. The other
way worked for me... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69414 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/2009-04-16-SpillerUnfold.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll b/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
index fdb172c..3e60f6b 100644
--- a/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
+++ b/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] }