diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-02-18 00:29:52 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-04-17 20:43:07 +0200 |
| commit | 015aad879799020c4bb0da458a01bebc434aba14 (patch) | |
| tree | 0cbfa28ea4dd53702a868b312f7ec08a09c51425 /example.c | |
| parent | 0dd7ffba2e72bb83012c6d6e8a5a98ed31c4168e (diff) | |
| download | sparse-dev-015aad879799020c4bb0da458a01bebc434aba14.tar.gz | |
memops: find_dominating_parents()'s generation is redundant
find_dominating_parents() has an argument 'generation' used
to check if a BB has already been visited.
But this argument is not needed since this generation is also
stored in the field ::generation of the current BB.
So, remove this argument.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'example.c')
0 files changed, 0 insertions, 0 deletions
