diff options
Diffstat (limited to 'test/CodeGen/XCore/sin.ll')
-rw-r--r-- | test/CodeGen/XCore/sin.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/XCore/sin.ll b/test/CodeGen/XCore/sin.ll index 41aab67..6789c68 100644 --- a/test/CodeGen/XCore/sin.ll +++ b/test/CodeGen/XCore/sin.ll @@ -1,6 +1,7 @@ ; 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) { |