| Index: runtime/vm/constant_propagator.cc
|
| diff --git a/runtime/vm/constant_propagator.cc b/runtime/vm/constant_propagator.cc
|
| index 0c765f273b9d43b8797365a94a9d8e5f9bae281c..23d2125dee5320403ab8af934453412fd881175b 100644
|
| --- a/runtime/vm/constant_propagator.cc
|
| +++ b/runtime/vm/constant_propagator.cc
|
| @@ -258,6 +258,7 @@ void ConstantPropagator::VisitDeoptimize(DeoptimizeInstr* instr) {
|
| // TODO(vegorov) remove all code after DeoptimizeInstr as dead.
|
| }
|
|
|
| +void ConstantPropagator::VisitGrowTypedData(GrowTypedDataInstr* instr) { }
|
|
|
| Definition* ConstantPropagator::UnwrapPhi(Definition* defn) {
|
| if (defn->IsPhi()) {
|
|
|