| Index: src/compiler/arm/code-generator-arm.cc
|
| diff --git a/src/compiler/arm/code-generator-arm.cc b/src/compiler/arm/code-generator-arm.cc
|
| index cc93cf4451dd55b64b3367a1ca7336499a722d1b..306c347f8a16cff03d2ffad3cffa470e7dd6f1e1 100644
|
| --- a/src/compiler/arm/code-generator-arm.cc
|
| +++ b/src/compiler/arm/code-generator-arm.cc
|
| @@ -315,8 +315,6 @@
|
| // Assembles an instruction after register allocation, producing machine code.
|
| void CodeGenerator::AssembleArchInstruction(Instruction* instr) {
|
| ArmOperandConverter i(this, instr);
|
| -
|
| - masm()->MaybeCheckConstPool();
|
|
|
| switch (ArchOpcodeField::decode(instr->opcode())) {
|
| case kArchCallCodeObject: {
|
|
|