| Index: src/compiler/ppc/code-generator-ppc.cc
|
| diff --git a/src/compiler/ppc/code-generator-ppc.cc b/src/compiler/ppc/code-generator-ppc.cc
|
| index 4a4bb8e59cb5fc8ed4eaa2215ee55eaa6a8a05c2..96ff785e2891c4ea3c62b87da6388da746010c21 100644
|
| --- a/src/compiler/ppc/code-generator-ppc.cc
|
| +++ b/src/compiler/ppc/code-generator-ppc.cc
|
| @@ -2063,11 +2063,6 @@ void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) {
|
| }
|
|
|
|
|
| -void CodeGenerator::AddNopForSmiCodeInlining() {
|
| - // We do not insert nops for inlined Smi code.
|
| -}
|
| -
|
| -
|
| void CodeGenerator::EnsureSpaceForLazyDeopt() {
|
| if (!info()->ShouldEnsureSpaceForLazyDeopt()) {
|
| return;
|
|
|