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

Unified Diff: test/unittests/compiler/instruction-selector-unittest.h

Issue 1221303014: [turbofan] Move RawMachineAssembler back to src/compiler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 5 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/instruction-selector-tester.h ('k') | test/unittests/compiler/raw-machine-assembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/compiler/instruction-selector-unittest.h
diff --git a/test/unittests/compiler/instruction-selector-unittest.h b/test/unittests/compiler/instruction-selector-unittest.h
index a1b2f1811f42cba2372b827bdefae7c9c3954c55..15d3b2005f60a578f43c6ba4e8f78976f56af1b4 100644
--- a/test/unittests/compiler/instruction-selector-unittest.h
+++ b/test/unittests/compiler/instruction-selector-unittest.h
@@ -10,8 +10,8 @@
#include "src/base/utils/random-number-generator.h"
#include "src/compiler/instruction-selector.h"
+#include "src/compiler/raw-machine-assembler.h"
#include "src/macro-assembler.h"
-#include "test/unittests/compiler/raw-machine-assembler.h"
#include "test/unittests/test-utils.h"
namespace v8 {
« no previous file with comments | « test/cctest/compiler/instruction-selector-tester.h ('k') | test/unittests/compiler/raw-machine-assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698