| Index: runtime/vm/intermediate_language.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.cc (revision 20676)
|
| +++ runtime/vm/intermediate_language.cc (working copy)
|
| @@ -528,11 +528,6 @@
|
| while (next != NULL) {
|
| current = next;
|
| current->set_definition(other);
|
| - // Do not discard some useful inferred types.
|
| - // TODO(srdjan): Enable once checked mode issues investigated.
|
| - // if (current->Type() == this->Type()) {
|
| - // current->SetReachingType(NULL);
|
| - // }
|
| next = current->next_use();
|
| }
|
|
|
|
|