Add some additional functions to the list of helper functions for
authorReed Kotler <rkotler@mips.com>
Tue, 21 May 2013 00:50:30 +0000 (00:50 +0000)
committerReed Kotler <rkotler@mips.com>
Tue, 21 May 2013 00:50:30 +0000 (00:50 +0000)
commitbf00bf9ad2f07c5c06986930842ace28b8fb2518
treeea1d122bc45722fd9073ee0eded659f54f2efb28
parent6f43379e23e96442a6d3a747ce921cacebcfe9ac
Add some additional functions to the list of helper functions for
pic calls. These need to be there so we don't try and use helper
functions when we call those.

As part of this, make sure that we properly exclude helper functions in pic
mode when indirect calls are involved.

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