If a block has non-analyzable branches, the listed successors don't need to add up to one. For example, if a block has a conditional tail call, that tail call will not have a corresponding successor in the successor list, but will still be a possible branch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM