Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: runtime/vm/redundancy_elimination.cc

Issue 2976723003: Eliminate dependencies on assemblers and code stubs in precompiled runtime. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698