mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
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:
parent
3e9f3a0389
commit
7d21a64abf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user