| Index: src/compiler/instruction-selector.h
|
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
|
| index 0776ec54fc2196db8213197a2bb361779d27a02c..f0d58f1fc6913cfba25cec1ecbc21dd505e64762 100644
|
| --- a/src/compiler/instruction-selector.h
|
| +++ b/src/compiler/instruction-selector.h
|
| @@ -18,11 +18,11 @@ namespace internal {
|
| namespace compiler {
|
|
|
| // Forward declarations.
|
| +class BasicBlock;
|
| struct CallBuffer; // TODO(bmeurer): Remove this.
|
| class FlagsContinuation;
|
| class Linkage;
|
|
|
| -
|
| typedef ZoneVector<InstructionOperand> InstructionOperandVector;
|
|
|
|
|
|
|