[llvm] r178375 - Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on Windows

Timur Iskhodzhanov timurrrr at google.com
Fri Mar 29 14:54:00 PDT 2013


Author: timurrrr
Date: Fri Mar 29 16:54:00 2013
New Revision: 178375

URL: http://llvm.org/viewvc/llvm-project?rev=178375&view=rev
Log:
Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on Windows

Modified:
    llvm/trunk/test/CodeGen/X86/complex-fca.ll

Modified: llvm/trunk/test/CodeGen/X86/complex-fca.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/complex-fca.ll?rev=178375&r1=178374&r2=178375&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/complex-fca.ll (original)
+++ llvm/trunk/test/CodeGen/X86/complex-fca.ll Fri Mar 29 16:54:00 2013
@@ -1,5 +1,8 @@
 ; RUN: llc < %s -march=x86 | grep mov | count 2
 
+; Skip this on Windows as there is no ccosl and sret behaves differently.
+; XFAIL: pc-win32
+
 define void @ccosl({ x86_fp80, x86_fp80 }* noalias sret %agg.result, { x86_fp80, x86_fp80 } %z) nounwind {
 entry:
 	%z8 = extractvalue { x86_fp80, x86_fp80 } %z, 0





More information about the llvm-commits mailing list