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

Unified Diff: test/cctest/compiler/graph-builder-tester.cc

Issue 565753004: [turbofan] Some common operators are globally shared singletons. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixes2 Created 6 years, 3 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: test/cctest/compiler/graph-builder-tester.cc
diff --git a/test/cctest/compiler/graph-builder-tester.cc b/test/cctest/compiler/graph-builder-tester.cc
index a22e7e17a65ceb5ba3eb780a94ed62021a591ec5..bfa822645865ac650137d674458caeae3dfa3e87 100644
--- a/test/cctest/compiler/graph-builder-tester.cc
+++ b/test/cctest/compiler/graph-builder-tester.cc
@@ -3,6 +3,8 @@
// found in the LICENSE file.
#include "test/cctest/compiler/graph-builder-tester.h"
+
+#include "src/compiler/linkage.h"
#include "src/compiler/pipeline.h"
namespace v8 {

Powered by Google App Engine
This is Rietveld 408576698