[llvm-dev] getCalledFunction() missing from the CallInst Class Reference manual page
Tim Northover via llvm-dev
llvm-dev at lists.llvm.org
Wed Sep 12 08:17:01 PDT 2018
Hi Jie,
On Wed, 12 Sep 2018 at 16:12, Jie Zhou via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I noticed that several methods, such as getCalledFunction(), getCalledValue(), are no longer available from CallInst class reference manual page (http://llvm.org/doxygen/classllvm_1_1CallInst.html#details), although we can still use them in code. Does any one know the reason for the removal of these functions?
It looks like they're actually defined in CallBase (which is shared
with invoke instructions).
Cheers.
Tim.
More information about the llvm-dev
mailing list