| Index: runtime/vm/constant_propagator.cc
|
| diff --git a/runtime/vm/constant_propagator.cc b/runtime/vm/constant_propagator.cc
|
| index fa21b0fc9e30df3cc51e17401477b572c6e5d037..695c23cbe8f349836d348ae296659e31e080bc80 100644
|
| --- a/runtime/vm/constant_propagator.cc
|
| +++ b/runtime/vm/constant_propagator.cc
|
| @@ -19,6 +19,8 @@ DEFINE_FLAG(bool, remove_redundant_phis, true, "Remove redundant phis.");
|
| DEFINE_FLAG(bool, trace_constant_propagation, false,
|
| "Print constant propagation and useless code elimination.");
|
|
|
| +DECLARE_FLAG(bool, fields_may_be_reset);
|
| +
|
| // Quick access to the current zone and isolate.
|
| #define I (isolate())
|
| #define Z (graph_->zone())
|
|
|