[llvm-dev] getCalledFunction() missing from the CallInst Class Reference manual page
Jie Zhou via llvm-dev
llvm-dev at lists.llvm.org
Wed Sep 12 08:11:36 PDT 2018
Dear all,
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?
Best,
- Jie
More information about the llvm-dev
mailing list