| Index: runtime/vm/intermediate_language.cc
|
| diff --git a/runtime/vm/intermediate_language.cc b/runtime/vm/intermediate_language.cc
|
| index 61123f736390969b8a900c698258ee125d913a62..0a67661e7074a439e668b91ca3d8725e97405c9b 100644
|
| --- a/runtime/vm/intermediate_language.cc
|
| +++ b/runtime/vm/intermediate_language.cc
|
| @@ -29,17 +29,12 @@
|
|
|
| namespace dart {
|
|
|
| -DEFINE_FLAG(bool, ic_range_profiling, true,
|
| - "Generate special IC stubs collecting range information "
|
| - "for binary and unary arithmetic operations");
|
| DEFINE_FLAG(bool, propagate_ic_data, true,
|
| "Propagate IC data from unoptimized to optimized IC calls.");
|
| DEFINE_FLAG(bool, two_args_smi_icd, true,
|
| "Generate special IC stubs for two args Smi operations");
|
| DEFINE_FLAG(bool, unbox_numeric_fields, true,
|
| "Support unboxed double and float32x4 fields.");
|
| -DEFINE_FLAG(bool, fields_may_be_reset, false,
|
| - "Don't optimize away static field initialization");
|
| DECLARE_FLAG(bool, eliminate_type_checks);
|
|
|
| Definition::Definition(intptr_t deopt_id)
|
|
|