| Index: src/compiler/instruction.h
|
| diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
|
| index 304d7499d386a35361bc4a0b1da45f1a574c4603..4f6a515f1151fe20f4933b70dd4442c9cd634281 100644
|
| --- a/src/compiler/instruction.h
|
| +++ b/src/compiler/instruction.h
|
| @@ -1023,7 +1023,6 @@ struct PrintableInstructionSequence;
|
|
|
| // Represents architecture-specific generated code before, during, and after
|
| // register allocation.
|
| -// TODO(titzer): s/IsDouble/IsFloat64/
|
| class InstructionSequence final : public ZoneObject {
|
| public:
|
| static InstructionBlocks* InstructionBlocksFor(Zone* zone,
|
|
|