Index: runtime/vm/flow_graph_compiler_x64.cc |
diff --git a/runtime/vm/flow_graph_compiler_x64.cc b/runtime/vm/flow_graph_compiler_x64.cc |
index d5d1adfc95cb9c4173760ae47892c7ec346b62f7..ad8c275914bc3d10a08eda0b34562c0a980229a0 100644 |
--- a/runtime/vm/flow_graph_compiler_x64.cc |
+++ b/runtime/vm/flow_graph_compiler_x64.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "vm/globals.h" // Needed here to get TARGET_ARCH_X64. |
-#if defined(TARGET_ARCH_X64) && !defined(DART_PRECOMPILED_RUNTIME) |
+#if defined(TARGET_ARCH_X64) |
#include "vm/flow_graph_compiler.h" |
@@ -1683,4 +1683,4 @@ void ParallelMoveResolver::RestoreFpuScratch(FpuRegister reg) { |
} // namespace dart |
-#endif // defined(TARGET_ARCH_X64) && !defined(DART_PRECOMPILED_RUNTIME) |
+#endif // defined TARGET_ARCH_X64 |