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
- Build Status
Buildable 30077 Build 30076: arc lint + arc unit
Event Timeline
Comment Actions
Inline comment on implementation. The functionality looks fine to me.
| tools/llvm-extract/llvm-extract.cpp | ||
|---|---|---|
| 278 | Just use CallBase here instead of enumerating the subclasses thereof? | |
| tools/llvm-extract/llvm-extract.cpp | ||
|---|---|---|
| 277 | nit: The Function * can just remain here. | |
nit: The Function * can just remain here.