| Index: src/a64/assembler-a64.cc
|
| diff --git a/src/a64/assembler-a64.cc b/src/a64/assembler-a64.cc
|
| index f2cc1077bb1d459f222733938cf1ca021306624b..c06fbe900bf19cd8b57cdfbdd68039d541d68aee 100644
|
| --- a/src/a64/assembler-a64.cc
|
| +++ b/src/a64/assembler-a64.cc
|
| @@ -2354,9 +2354,6 @@ void Assembler::BlockConstPoolFor(int instructions) {
|
| }
|
|
|
|
|
| -// TODO(all): We are never trying to emit constant pools after unconditional
|
| -// branches, because we only call it from Assembler::Emit() (or manually).
|
| -// We should try to enable that.
|
| void Assembler::CheckConstPool(bool force_emit, bool require_jump) {
|
| // Some short sequence of instruction mustn't be broken up by constant pool
|
| // emission, such sequences are protected by calls to BlockConstPoolFor and
|
|
|