Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.cc (revision 35442) |
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
| @@ -806,6 +806,11 @@ |
| } |
| +CompileType TestCidsInstr::ComputeType() const { |
| + return CompileType::Bool(); |
| +} |
| + |
| + |
| CompileType EqualityCompareInstr::ComputeType() const { |
| // Used for numeric comparisons only. |
| return CompileType::Bool(); |