Chromium Code Reviews| Index: src/x64/lithium-codegen-x64.cc |
| =================================================================== |
| --- src/x64/lithium-codegen-x64.cc (revision 8625) |
| +++ src/x64/lithium-codegen-x64.cc (working copy) |
| @@ -1246,6 +1246,7 @@ |
| TypeRecordingBinaryOpStub stub(instr->op(), NO_OVERWRITE); |
| CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr); |
| + __ nop(); // Signals no inlined code. |
| } |