When recursively extracting a function from a bit code file, include functions mentioned in InvokeInst as well as CallInst
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Inline comment on implementation. The functionality looks fine to me.
tools/llvm-extract/llvm-extract.cpp | ||
---|---|---|
274 ↗ | (On Diff #193579) | Just use CallBase here instead of enumerating the subclasses thereof? |
tools/llvm-extract/llvm-extract.cpp | ||
---|---|---|
277 ↗ | (On Diff #193784) | nit: The Function * can just remain here. |