Add another intrinsic that LLVM gives an incorrect prototype to.
authorReed Kotler <rkotler@mips.com>
Fri, 9 Aug 2013 21:33:41 +0000 (21:33 +0000)
committerReed Kotler <rkotler@mips.com>
Fri, 9 Aug 2013 21:33:41 +0000 (21:33 +0000)
commit1e07de352947aaf2f9137113cc594d8204da2b77
treefff513587872e64414a5d27b6bd5571400d13525
parent236e389be4bb7f65e78bd378143b67f401f05338
Add another intrinsic that LLVM gives an incorrect prototype to.
I need to go through all the runtime routine list and see if there
are any more I need to add for mips16 floating point. Prototypes must
be correct or else I don't know to add a helper function call.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188106 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips16ISelLowering.cpp
test/CodeGen/Mips/fixdfsf.ll [new file with mode: 0644]