[PATCH] D60231: Include invoke'd functions for recursive extract
Keno Fischer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 4 14:43:46 PDT 2019
loladiro accepted this revision.
loladiro added inline comments.
This revision is now accepted and ready to land.
================
Comment at: tools/llvm-extract/llvm-extract.cpp:277
continue;
- Function *CF = CI->getCalledFunction();
+ CF = CB->getCalledFunction();
if (!CF)
----------------
nit: The `Function *` can just remain here.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60231/new/
https://reviews.llvm.org/D60231
More information about the llvm-commits
mailing list