When the new represetative element is chosen, its consumers should be marked, since it will appear to not change. (bug 748091, r=sstangl)

This commit is contained in:
Marty Rosenberg 2012-05-04 17:22:52 -07:00
Родитель fcc9cd3e94
Коммит 1c8e812f99
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -485,6 +485,7 @@ ValueNumberer::breakClass(MDefinition *def)
continue;
IonSpew(IonSpew_GVN, "Moving to a new congruence class: %d", tmp->id());
tmp->setValueNumber(newRep->id());
markConsumers(tmp);
markDefinition(tmp);
}