From 7d21a64abfd3ad3d8587fa698bc3859acf765502 Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Fri, 29 Mar 2013 21:54:00 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/complex-fca.ll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/CodeGen/X86/complex-fca.ll b/test/CodeGen/X86/complex-fca.ll index 7e7acaa98a7..8ad38a4ee5c 100644 --- a/test/CodeGen/X86/complex-fca.ll +++ b/test/CodeGen/X86/complex-fca.ll @@ -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 -- 2.34.1