8004640: C2 assert failure in memnode.cpp: NULL+offs not RAW address

Always transform AddP nodes in IdealKit by calling _gvn.transform().

Reviewed-by: roland, twisti
This commit is contained in:
Vladimir Kozlov 2013-03-26 12:55:26 -07:00
parent 143a0039a3
commit 848ccdbdfe
5 changed files with 48 additions and 65 deletions

View file

@ -3445,7 +3445,6 @@ void GraphKit::sync_kit(IdealKit& ideal) {
void GraphKit::final_sync(IdealKit& ideal) {
// Final sync IdealKit and graphKit.
__ drain_delay_transform();
sync_kit(ideal);
}