Chromium Code Reviews
DescriptionFix a bug in SSA renaming introduced when using the RemoveFromGraph helper for removing instructions.
The helper function RemoveFromGraph resets previous and next instruction pointers to NULL
when deleting an instruction.
I changed it to return the successor of the removed instruction so that the function is
more convenient to use while iterating over the list of instructions.
Committed: https://code.google.com/p/dart/source/detail?r=9332
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||||||||||||||||||||