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; |