mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
3afe53075e
Before this commit, `forceEmptyMetadata` did not return a bool to notify when it changed something. This in turn caused the pass to return the wrong value when the only change applied was to force the empty metadata. This commit fixes the issue, letting `forceEmptyMetadata` return a bool, and propagating that until where it matters.