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

Unified Diff: src/compiler/instruction-selector.h

Issue 951553005: [turbofan] remove dependence of InstructionBlock on BasicBlock (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
Index: src/compiler/instruction-selector.h
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
index 0776ec54fc2196db8213197a2bb361779d27a02c..22759a3c208cf229662c097de03dde8ba6cc02c9 100644
--- a/src/compiler/instruction-selector.h
+++ b/src/compiler/instruction-selector.h
@@ -21,7 +21,7 @@ namespace compiler {
struct CallBuffer; // TODO(bmeurer): Remove this.
class FlagsContinuation;
class Linkage;
-
+class BasicBlock;
Michael Starzinger 2015/02/25 14:59:37 nit: Please alpha-sort.
dcarney 2015/02/25 16:08:25 Done.
typedef ZoneVector<InstructionOperand> InstructionOperandVector;

Powered by Google App Engine
This is Rietveld 408576698