Make sure we call externals from libraries properly when -static.
authorReed Kotler <rkotler@mips.com>
Thu, 7 Feb 2013 04:34:51 +0000 (04:34 +0000)
committerReed Kotler <rkotler@mips.com>
Thu, 7 Feb 2013 04:34:51 +0000 (04:34 +0000)
commit24b339dcdc2411bc3305e6f58964caa393fd9ea0
tree12320d63f8b61e6d729d500a032b63f1e598b785
parenta170f520a990a50c35f72d81b4415dc4c3ec50de
Make sure we call externals from libraries properly when -static.
For example, when we are doing mips16 hard float or soft float.

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