diff options
Diffstat (limited to 'test/CodeGen/XCore/exp.ll')
-rw-r--r-- | test/CodeGen/XCore/exp.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/exp.ll b/test/CodeGen/XCore/exp.ll index 582b06e..8412e7a 100644 --- a/test/CodeGen/XCore/exp.ll +++ b/test/CodeGen/XCore/exp.ll @@ -1,7 +1,6 @@ ; RUN: llvm-as < %s | llc -march=xcore > %t1.s ; RUN: grep "bl expf" %t1.s | count 1 ; RUN: grep "bl exp" %t1.s | count 2 -; XFAIL: * declare double @llvm.exp.f64(double) define double @test(double %F) { |