summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/js-inlining-heuristic.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/js-inlining-heuristic.h')
-rw-r--r--deps/v8/src/compiler/js-inlining-heuristic.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/deps/v8/src/compiler/js-inlining-heuristic.h b/deps/v8/src/compiler/js-inlining-heuristic.h
index b66fe7131e..99ad258c31 100644
--- a/deps/v8/src/compiler/js-inlining-heuristic.h
+++ b/deps/v8/src/compiler/js-inlining-heuristic.h
@@ -73,9 +73,8 @@ class JSInliningHeuristic final : public AdvancedReducer {
void CreateOrReuseDispatch(Node* node, Node* callee,
Candidate const& candidate, Node** if_successes,
Node** calls, Node** inputs, int input_count);
- bool TryReuseDispatch(Node* node, Node* callee, Candidate const& candidate,
- Node** if_successes, Node** calls, Node** inputs,
- int input_count);
+ bool TryReuseDispatch(Node* node, Node* callee, Node** if_successes,
+ Node** calls, Node** inputs, int input_count);
enum StateCloneMode { kCloneState, kChangeInPlace };
Node* DuplicateFrameStateAndRename(Node* frame_state, Node* from, Node* to,
StateCloneMode mode);