Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index 7604cf8d3b78af518a60a94677613bc521c5b62e..028b91459d069ebf845dba9edf955f89daceb32f 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -1154,10 +1154,7 @@ void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, |
} |
-void InstructionSelector::VisitSwitch(Node* node, BasicBlock* default_branch, |
- BasicBlock** case_branches, |
- int32_t* case_values, size_t case_count, |
- int32_t min_value, int32_t max_value) { |
+void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { |
UNIMPLEMENTED(); |
} |