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

Unified Diff: src/compiler/register-configuration.cc

Issue 905293002: Remove dependency on v8.h from TurboFan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add DEPS file. Created 5 years, 10 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
« no previous file with comments | « src/compiler/register-configuration.h ('k') | src/compiler/scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/register-configuration.cc
diff --git a/src/compiler/register-configuration.cc b/src/compiler/register-configuration.cc
index e7d8bbd60734ea10286a6416bb9087ed7b0c4ab6..30946fc373509e2174f5d36a2a36152b01b3566d 100644
--- a/src/compiler/register-configuration.cc
+++ b/src/compiler/register-configuration.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "src/compiler/register-configuration.h"
+#include "src/globals.h"
#include "src/macro-assembler.h"
namespace v8 {
« no previous file with comments | « src/compiler/register-configuration.h ('k') | src/compiler/scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698