Merge branch 'rc/3.14' into rc-3.14-mergeback-2

This commit is contained in:
Mathias Vorreiter Pedersen 2024-06-13 09:14:40 +01:00
Родитель a756f86847 9384f6189e
Коммит 0150269503
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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))
)
}