Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.cc (revision 30464) |
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
| @@ -680,7 +680,6 @@ |
| CompileType IfThenElseInstr::ComputeType() const { |
| - ASSERT(InputCount() == 2); |
| return CompileType::FromCid(kSmiCid); |
| } |