Chromium Code Reviews

Unified Diff: src/compiler.cc

Issue 1248443003: Move Full-codegen into its own folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index b71e72b12784d0c4f3f33a3057c796b620a6f830..9ed494378a1177bcd4cf369a6ddd27276665c27c 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -14,7 +14,7 @@
#include "src/cpu-profiler.h"
#include "src/debug.h"
#include "src/deoptimizer.h"
-#include "src/full-codegen.h"
+#include "src/full-codegen/full-codegen.h"
#include "src/gdb-jit.h"
#include "src/hydrogen.h"
#include "src/lithium.h"

Powered by Google App Engine