| Index: runtime/vm/flow_graph_type_propagator.cc
|
| diff --git a/runtime/vm/flow_graph_type_propagator.cc b/runtime/vm/flow_graph_type_propagator.cc
|
| index a11c33b700374a3c391fb7969896338c0de287b0..7f279edc8ed8ff49616e034f574394890c6caa76 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.cc
|
| +++ b/runtime/vm/flow_graph_type_propagator.cc
|
| @@ -1518,7 +1518,7 @@ CompileType InvokeMathCFunctionInstr::ComputeType() const {
|
| }
|
|
|
|
|
| -CompileType MergedMathInstr::ComputeType() const {
|
| +CompileType TruncDivModInstr::ComputeType() const {
|
| return CompileType::Dynamic();
|
| }
|
|
|
|
|