| Index: runtime/vm/flow_graph_range_analysis.cc
|
| diff --git a/runtime/vm/flow_graph_range_analysis.cc b/runtime/vm/flow_graph_range_analysis.cc
|
| index fcf55ee2ddc130d8b68069537f81160bc2127510..84fb417161c6c0250879c202805a93d7b1e06127 100644
|
| --- a/runtime/vm/flow_graph_range_analysis.cc
|
| +++ b/runtime/vm/flow_graph_range_analysis.cc
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +#if !defined(DART_PRECOMPILED_RUNTIME)
|
| +
|
| #include "vm/flow_graph_range_analysis.h"
|
|
|
| #include "vm/bit_vector.h"
|
| @@ -3083,3 +3085,5 @@ bool CheckArrayBoundInstr::IsRedundant(const RangeBoundary& length) {
|
|
|
|
|
| } // namespace dart
|
| +
|
| +#endif // !defined(DART_PRECOMPILED_RUNTIME)
|
|
|