refresh stale Tmp.link before use
commitf51aba22e0650032815ef791acb492220e3da7a4
authorQuentin Carbonneaux <quentin@c9x.me>
Sun, 12 Mar 2023 21:32:57 +0000 (12 22:32 +0100)
committerQuentin Carbonneaux <quentin@c9x.me>
Mon, 13 Mar 2023 09:51:41 +0000 (13 10:51 +0100)
treeb3ba21657e3d68b97d1f9dd9895095ca2f6b2bec
parent7410f90629d56d75c1410724626e6abad8418b23
refresh stale Tmp.link before use

During coalescing, the resizing/
reordering of the sl[] array
invalidates the indices stored
in the 'visit' field of temps;
we need to reset it before we
can use it again.
mem.c
test/mem3.ssa [new file with mode: 0644]