mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
b576fd1988
The tests was testing if a function whose entry address is the target of load was identified as a function or not (it shouldn't). This test was passing accidentally. This has not been supported since the introduction of `RootAnalyzer`. In order to support this again, we need to resurrect `processLoadsAndStores`.