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

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

Issue 539903002: Move StructuredMachineAssembler into cctest suite. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add a TODO. 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
« no previous file with comments | « test/cctest/compiler/structured-machine-assembler.h ('k') | test/cctest/compiler/test-changes-lowering.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/compiler/structured-machine-assembler.cc
diff --git a/src/compiler/structured-machine-assembler.cc b/test/cctest/compiler/structured-machine-assembler.cc
similarity index 99%
rename from src/compiler/structured-machine-assembler.cc
rename to test/cctest/compiler/structured-machine-assembler.cc
index 9594bcffa4c9fd9a790b1903d62846131c01803f..2bb1e8b5a6f63500c13b1c6fed557e65f0d197fd 100644
--- a/src/compiler/structured-machine-assembler.cc
+++ b/test/cctest/compiler/structured-machine-assembler.cc
@@ -4,7 +4,7 @@
#include "src/compiler/pipeline.h"
#include "src/compiler/scheduler.h"
-#include "src/compiler/structured-machine-assembler.h"
+#include "test/cctest/compiler/structured-machine-assembler.h"
namespace v8 {
namespace internal {
« no previous file with comments | « test/cctest/compiler/structured-machine-assembler.h ('k') | test/cctest/compiler/test-changes-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698