Unverified Commit 7e64a042 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Fix issue where reify would do the same lookup twice (#3392) (#3397)

This is not a functional bug. The recursive form of reify for Element
would use the .topBinding from the wrong argument, so it would recurse
an extra time, but it would ultimately converge to the right value.

(cherry picked from commit 374b45b9

)

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 44c3fabe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment