| Index: src/compiler/js-intrinsic-lowering.cc
|
| diff --git a/src/compiler/js-intrinsic-lowering.cc b/src/compiler/js-intrinsic-lowering.cc
|
| index 034ee6fd76577feabb08b922fad375b9c9242727..b2a24ff2248a44ced2e371a395628031cbf33d54 100644
|
| --- a/src/compiler/js-intrinsic-lowering.cc
|
| +++ b/src/compiler/js-intrinsic-lowering.cc
|
| @@ -466,12 +466,6 @@ Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a,
|
| }
|
|
|
|
|
| -Reduction JSIntrinsicLowering::ChangeToUndefined(Node* node, Node* effect) {
|
| - ReplaceWithValue(node, jsgraph()->UndefinedConstant(), effect);
|
| - return Changed(node);
|
| -}
|
| -
|
| -
|
| Reduction JSIntrinsicLowering::Change(Node* node, Callable const& callable,
|
| int stack_parameter_count) {
|
| CallDescriptor const* const desc = Linkage::GetStubCallDescriptor(
|
|
|