summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore/cos.ll
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-11-18 09:15:03 +0000
committerDuncan Sands <baldrick@free.fr>2008-11-18 09:15:03 +0000
commit51d83fdd89e6e942a4e6932cd5d02b427d2aa5aa (patch)
tree860b04ef5b0cfd74f1f82ec85880f32ac131ac6d /test/CodeGen/XCore/cos.ll
parentc4ae87ac76936f5eb9db1fe56ec84e36f3b02516 (diff)
downloadllvm-51d83fdd89e6e942a4e6932cd5d02b427d2aa5aa.tar.gz
llvm-51d83fdd89e6e942a4e6932cd5d02b427d2aa5aa.tar.bz2
llvm-51d83fdd89e6e942a4e6932cd5d02b427d2aa5aa.tar.xz
Reapply r59464, this time using the correct type
when softening FNEG. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/XCore/cos.ll')
-rw-r--r--test/CodeGen/XCore/cos.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/cos.ll b/test/CodeGen/XCore/cos.ll
index d19ec284de..334f0d5056 100644
--- a/test/CodeGen/XCore/cos.ll
+++ b/test/CodeGen/XCore/cos.ll
@@ -1,7 +1,6 @@
; RUN: llvm-as < %s | llc -march=xcore > %t1.s
; RUN: grep "bl cosf" %t1.s | count 1
; RUN: grep "bl cos" %t1.s | count 2
-; XFAIL: *
declare double @llvm.cos.f64(double)
define double @test(double %F) {