| Index: src/compiler/mips/code-generator-mips.cc
|
| diff --git a/src/compiler/mips/code-generator-mips.cc b/src/compiler/mips/code-generator-mips.cc
|
| index 2d241971fd8b7b2a2c16ece64bfd5ee40cd2a4d0..40ebdf88ca2680448d84f6e9f6788ac76be5b879 100644
|
| --- a/src/compiler/mips/code-generator-mips.cc
|
| +++ b/src/compiler/mips/code-generator-mips.cc
|
| @@ -1940,13 +1940,6 @@ void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) {
|
| }
|
|
|
|
|
| -void CodeGenerator::AddNopForSmiCodeInlining() {
|
| - // Unused on 32-bit ARM. Still exists on 64-bit arm.
|
| - // TODO(plind): Unclear when this is called now. Understand, fix if needed.
|
| - __ nop(); // Maybe PROPERTY_ACCESS_INLINED?
|
| -}
|
| -
|
| -
|
| void CodeGenerator::EnsureSpaceForLazyDeopt() {
|
| if (!info()->ShouldEnsureSpaceForLazyDeopt()) {
|
| return;
|
|
|