summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2008-01-09-LongDoubleSin.ll
Commit message (Collapse)AuthorAgeFilesLines
* More rewrites of x86 codegen regression tests with FileCheckMichael Liao2013-05-011-1/+3
| | | | llvm-svn: 180837
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Output sinl for a long double FSIN node, not sin.Duncan Sands2008-01-101-0/+11
Likewise fix up a bunch of other libcalls. While there I remove NEG_F32 and NEG_F64 since they are not used anywhere. This fixes 9 Ada ACATS failures. llvm-svn: 45833
OpenPOWER on IntegriCloud