| Index: src/compiler/arm64/code-generator-arm64.cc
|
| diff --git a/src/compiler/arm64/code-generator-arm64.cc b/src/compiler/arm64/code-generator-arm64.cc
|
| index f73e0146b20f9a340e597ca87debfda569a4326f..88c2b8d4d1d27cfcaa94c547ba71ac910defcf7f 100644
|
| --- a/src/compiler/arm64/code-generator-arm64.cc
|
| +++ b/src/compiler/arm64/code-generator-arm64.cc
|
| @@ -146,8 +146,6 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) {
|
| __ Call(target);
|
| }
|
| AddSafepointAndDeopt(instr);
|
| - // Meaningless instruction for ICs to overwrite.
|
| - AddNopForSmiCodeInlining();
|
| break;
|
| }
|
| case kArchCallJSFunction: {
|
|
|