aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/cos.ll
diff options
context:
space:
mode:
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 d19ec28..334f0d5 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) {