Chromium Code Reviews| Index: runtime/vm/intermediate_language.cc |
| =================================================================== |
| --- runtime/vm/intermediate_language.cc (revision 20534) |
| +++ runtime/vm/intermediate_language.cc (working copy) |
| @@ -528,6 +528,7 @@ |
| while (next != NULL) { |
| current = next; |
| current->set_definition(other); |
| + current->SetReachingType(NULL); |
|
Vyacheslav Egorov (Google)
2013/03/26 20:46:12
I think guarding it with
if (current->Type() ==
srdjan
2013/03/26 21:23:34
Done.
|
| next = current->next_use(); |
| } |