Chromium Code Reviews| 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 51d377f89f30d6a0abe514f63f8028a346980487..18638b4379ab1bc876d99f92183810b3adf6b911 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(); |
|
Michael Starzinger
2014/08/27 12:50:11
Yeah! You are my hero. :)
|
| break; |
| } |
| case kArchCallJSFunction: { |