| Index: runtime/vm/redundancy_elimination.cc
|
| diff --git a/runtime/vm/redundancy_elimination.cc b/runtime/vm/redundancy_elimination.cc
|
| index 06df06ab4b404d088efff525ccdeed9f594dd401..2dbae36fe54165d969f40e379e0a578a3dcdfb4e 100644
|
| --- a/runtime/vm/redundancy_elimination.cc
|
| +++ b/runtime/vm/redundancy_elimination.cc
|
| @@ -11,6 +11,8 @@
|
| #include "vm/intermediate_language.h"
|
| #include "vm/stack_frame.h"
|
|
|
| +#if !defined(DART_PRECOMPILED_RUNTIME)
|
| +
|
| namespace dart {
|
|
|
|
|
| @@ -3384,3 +3386,5 @@ void DeadCodeElimination::EliminateDeadPhis(FlowGraph* flow_graph) {
|
|
|
|
|
| } // namespace dart
|
| +
|
| +#endif // !defined(DART_PRECOMPILED_RUNTIME)
|
|
|