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

Unified Diff: test/cctest/compiler/raw-machine-assembler.cc

Issue 894073002: [turbofan] Put StructuredGraphBuilder out of its misery and merge its remnants back into the AstGra… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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/raw-machine-assembler.cc
diff --git a/src/compiler/raw-machine-assembler.cc b/test/cctest/compiler/raw-machine-assembler.cc
similarity index 98%
copy from src/compiler/raw-machine-assembler.cc
copy to test/cctest/compiler/raw-machine-assembler.cc
index 25264454736be18f7a86997ab081b172f8cee982..514871aef50ff90c3d661e2b2e25a4868b30180a 100644
--- a/src/compiler/raw-machine-assembler.cc
+++ b/test/cctest/compiler/raw-machine-assembler.cc
@@ -4,8 +4,8 @@
#include "src/code-factory.h"
#include "src/compiler/pipeline.h"
-#include "src/compiler/raw-machine-assembler.h"
#include "src/compiler/scheduler.h"
+#include "test/cctest/compiler/raw-machine-assembler.h"
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698