Add fabsf to the list of inlined functions; otherwise
authorReed Kotler <rkotler@mips.com>
Tue, 8 Oct 2013 19:55:01 +0000 (19:55 +0000)
committerReed Kotler <rkotler@mips.com>
Tue, 8 Oct 2013 19:55:01 +0000 (19:55 +0000)
commit78f8339f351c95cb6ed739b7e62f01ccc2716144
tree7c03a1cc94cebd32e033c37e08383e47f133de7d
parent8199f0bc7722a4d93099cafdb30fa465a2746ce8
Add fabsf to the list of inlined functions; otherwise
Mips16 will try and create a stub for it and this will
result in a link error because that function does not exist in libc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192223 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips16HardFloat.cpp
test/CodeGen/Mips/f16abs.ll