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 | 1315f80ea831fa6cb8f09492751c36cbc56c5014 (patch) | |
tree | e4c647d9254733d90424a7fd937e8c8b1776dd8f /llvm/test/CodeGen/XCore/cos.ll | |
parent | 97b8e84bd787f73e8a62537a4da0d7e58f31e1f4 (diff) | |
download | bcm5719-llvm-1315f80ea831fa6cb8f09492751c36cbc56c5014.tar.gz bcm5719-llvm-1315f80ea831fa6cb8f09492751c36cbc56c5014.zip |
Reapply r59464, this time using the correct type
when softening FNEG.
llvm-svn: 59513
Diffstat (limited to 'llvm/test/CodeGen/XCore/cos.ll')
-rw-r--r-- | llvm/test/CodeGen/XCore/cos.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/XCore/cos.ll b/llvm/test/CodeGen/XCore/cos.ll index d19ec284de3..334f0d50561 100644 --- a/llvm/test/CodeGen/XCore/cos.ll +++ b/llvm/test/CodeGen/XCore/cos.ll @@ -1,7 +1,6 @@ ; RUN: llvm-as < %s | llc -march=xcore > %t1.s ; RUN: grep "bl cosf" %t1.s | count 1 ; RUN: grep "bl cos" %t1.s | count 2 -; XFAIL: * declare double @llvm.cos.f64(double) define double @test(double %F) { |