Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index f0d58f1fc6913cfba25cec1ecbc21dd505e64762..59a00d52e5dd4f88c6bd2b37f4a93d329da61f62 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -205,9 +205,9 @@ class InstructionSelector FINAL { |
void 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 VisitDeoptimize(Node* value); |
void VisitReturn(Node* value); |
void VisitThrow(Node* value); |
- void VisitDeoptimize(Node* deopt); |
// =========================================================================== |