| Index: src/compiler/instruction-selector.h
|
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
|
| index d589f4b156a308aab11fab9e0bb470c186d246ff..3883b1556a2602c0fb4569c86f39b3407923e803 100644
|
| --- a/src/compiler/instruction-selector.h
|
| +++ b/src/compiler/instruction-selector.h
|
| @@ -202,6 +202,7 @@ class InstructionSelector FINAL {
|
| void VisitCall(Node* call);
|
| void VisitGoto(BasicBlock* target);
|
| void VisitBranch(Node* input, BasicBlock* tbranch, BasicBlock* fbranch);
|
| + void VisitSwitch(Node* node, BasicBlock** branches, size_t branch_count);
|
| void VisitReturn(Node* value);
|
| void VisitThrow(Node* value);
|
| void VisitDeoptimize(Node* deopt);
|
|
|