| Index: src/ic/ic.cc
|
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc
|
| index 0513bee75ee7d935dedc1a66d25bf27e1885e0ec..cf1aec8748527c2ec1274bcb8066abdcf1a4fcbb 100644
|
| --- a/src/ic/ic.cc
|
| +++ b/src/ic/ic.cc
|
| @@ -258,7 +258,7 @@ IC::IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus)
|
| // save/restore them in the dispatcher.
|
| bool IC::ShouldPushPopSlotAndVector(Code::Kind kind) {
|
| if (kind == Code::LOAD_IC || kind == Code::LOAD_GLOBAL_IC ||
|
| - kind == Code::KEYED_LOAD_IC || kind == Code::CALL_IC) {
|
| + kind == Code::KEYED_LOAD_IC) {
|
| return true;
|
| }
|
| if (kind == Code::STORE_IC || kind == Code::KEYED_STORE_IC) {
|
|
|