| Index: src/a64/assembler-a64.h
|
| diff --git a/src/a64/assembler-a64.h b/src/a64/assembler-a64.h
|
| index 8a11e52057872660ce47b087a9ed39a8eedb20db..5ba7a9ec03125d737ea6c881eb1211ea9978743b 100644
|
| --- a/src/a64/assembler-a64.h
|
| +++ b/src/a64/assembler-a64.h
|
| @@ -1968,7 +1968,7 @@ class Assembler : public AssemblerBase {
|
| #endif
|
|
|
| private:
|
| - // TODO(jbramley): [GOOGJSE-238] W16 uses next_literal_pool_check_ and
|
| + // TODO(jbramley): VIXL uses next_literal_pool_check_ and
|
| // literal_pool_monitor_ to determine when to consider emitting a literal
|
| // pool. V8 doesn't use them, so they should either not be here at all, or
|
| // should replace or be merged with next_buffer_check_ and
|
|
|