| Index: src/compiler/js-inlining.cc
|
| diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc
|
| index d9a1c9e1459d1a18aa86d1dcf51e457c74eca534..1cee2a31b9077ad4bec51aca9476ffe6f2774441 100644
|
| --- a/src/compiler/js-inlining.cc
|
| +++ b/src/compiler/js-inlining.cc
|
| @@ -205,6 +205,7 @@ Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context,
|
| case IrOpcode::kThrow:
|
| NodeProperties::MergeControlToEnd(jsgraph_->graph(), jsgraph_->common(),
|
| input);
|
| + Revisit(jsgraph_->graph()->end());
|
| break;
|
| default:
|
| UNREACHABLE();
|
|
|