| 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 b4a5f3b227e20f2c7ae9f71a912aed4066612df2..f95e6b28d07c4aa52c0a03bb45a31828719f9605 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.cc
|
| +++ b/runtime/vm/flow_graph_type_propagator.cc
|
| @@ -910,11 +910,6 @@ CompileType LoadLocalInstr::ComputeType() const {
|
| }
|
|
|
|
|
| -CompileType PushTempInstr::ComputeType() const {
|
| - return CompileType::Dynamic();
|
| -}
|
| -
|
| -
|
| CompileType DropTempsInstr::ComputeType() const {
|
| return *value()->Type();
|
| }
|
|
|