aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/sqrt.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/sqrt.ll')
-rw-r--r--test/CodeGen/XCore/sqrt.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/sqrt.ll b/test/CodeGen/XCore/sqrt.ll
index c014436..221d1ac 100644
--- a/test/CodeGen/XCore/sqrt.ll
+++ b/test/CodeGen/XCore/sqrt.ll
@@ -1,7 +1,6 @@
; RUN: llvm-as < %s | llc -march=xcore > %t1.s
; RUN: grep "bl sqrtf" %t1.s | count 1
; RUN: grep "bl sqrt" %t1.s | count 2
-; XFAIL: *
declare double @llvm.sqrt.f64(double)
define double @test(double %F) {