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