C++: Fix bad join in 'lastRefRedefExt'.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-06-12 15:24:58 +01:00
parent b88a1b2d1e
commit 5b3403c4b1

View File

@@ -801,7 +801,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
input = bb
or
varBlockReachesExt(def, v, bb, input) and
ssaDefReachesThroughBlock(def, input)
ssaDefReachesThroughBlock(def, pragma[only_bind_into](input))
)
}