memops: find_dominating_parents()'s generation is redundant
commit015aad879799020c4bb0da458a01bebc434aba14
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Mon, 17 Feb 2020 23:29:52 +0000 (18 00:29 +0100)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Sat, 17 Apr 2021 18:43:07 +0000 (17 20:43 +0200)
tree0cbfa28ea4dd53702a868b312f7ec08a09c51425
parent0dd7ffba2e72bb83012c6d6e8a5a98ed31c4168e
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>
memops.c