Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix instrumentation of subprograms with only return statement
Previously assumed that a given line would have at most one instrumentation point before and at most one after, but in the case of a subprogram with only a single return statement, then that one line has three instrumentation points. Fixed by handling arbitrarily many before and after instrumentation points per line.
- Loading branch information