Index: runtime/vm/flow_graph_compiler_ia32.cc |
diff --git a/runtime/vm/flow_graph_compiler_ia32.cc b/runtime/vm/flow_graph_compiler_ia32.cc |
index 35c14596473b33e012c4b604fab80ddaf0bc080b..6c45f5938ce2eab4b928f36aebb9542553c1db3b 100644 |
--- a/runtime/vm/flow_graph_compiler_ia32.cc |
+++ b/runtime/vm/flow_graph_compiler_ia32.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_IA32. |
-#if defined(TARGET_ARCH_IA32) && !defined(DART_PRECOMPILED_RUNTIME) |
+#if defined(TARGET_ARCH_IA32) |
#include "vm/flow_graph_compiler.h" |
@@ -1705,4 +1705,4 @@ void ParallelMoveResolver::RestoreFpuScratch(FpuRegister reg) { |
} // namespace dart |
-#endif // defined(TARGET_ARCH_IA32) && !defined(DART_PRECOMPILED_RUNTIME) |
+#endif // defined TARGET_ARCH_IA32 |