You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (auto outsideLoc : location->outsideDependentLocations)
223
223
{
224
224
// If an outside dependent location is not barren, remove the region from being barren
225
-
if (!outsideLoc->currentItemCanBeBarren())
225
+
if (!outsideLoc->isBarrenAsChainLocation())
226
226
{
227
227
LOG_TO_DEBUG("Removed " + hintRegion + " from barren pool due to item " + outsideLoc->currentItem.getName() + " at location " + outsideLoc->getName() + " which is dependent on " + location->getName());
0 commit comments