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