Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.cc (revision 27045) |
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
| @@ -810,8 +810,7 @@ |
| CompileType RelationalOpInstr::ComputeType() const { |
| - return IsInlinedNumericComparison() ? CompileType::Bool() |
| - : CompileType::Dynamic(); |
| + return CompileType::Bool(); |
| } |