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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Timur Iskhodzhanov 2013-03-29 21:54:00 +00:00
parent 3e9f3a0389
commit 7d21a64abf

View File

@ -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