projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9f3a0
)
Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on Windows
author
Timur Iskhodzhanov
<timurrrr@google.com>
Fri, 29 Mar 2013 21:54:00 +0000
(21:54 +0000)
committer
Timur Iskhodzhanov
<timurrrr@google.com>
Fri, 29 Mar 2013 21:54:00 +0000
(21:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178375
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/complex-fca.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/complex-fca.ll
b/test/CodeGen/X86/complex-fca.ll
index 7e7acaa98a7646eb9b576dea09cc305bb047ec96..8ad38a4ee5c03a3f7ec03557d4c059cebffef54b 100644
(file)
--- 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