diff options
| author | Duncan Sands <baldrick@free.fr> | 2008-11-18 09:15:03 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2008-11-18 09:15:03 +0000 |
| commit | 51d83fdd89e6e942a4e6932cd5d02b427d2aa5aa (patch) | |
| tree | 860b04ef5b0cfd74f1f82ec85880f32ac131ac6d /test/CodeGen/XCore/sin.ll | |
| parent | c4ae87ac76936f5eb9db1fe56ec84e36f3b02516 (diff) | |
Reapply r59464, this time using the correct type
when softening FNEG.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59513 91177308-0d34-0410-b5e6-96231b3b80d8
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 6789c681ea..41aab67595 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) { |
