| Index: src/compiler/register-allocator.cc
|
| diff --git a/src/compiler/register-allocator.cc b/src/compiler/register-allocator.cc
|
| index 8661b192d51738553a89a589eca6abc40c6d8efd..93eb11e3f9ed9f9b3bddc508fc70c41c4d969199 100644
|
| --- a/src/compiler/register-allocator.cc
|
| +++ b/src/compiler/register-allocator.cc
|
| @@ -813,7 +813,6 @@ void LiveRange::Print(bool with_children) const {
|
| Print(RegisterConfiguration::Turbofan(), with_children);
|
| }
|
|
|
| -
|
| struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject {
|
| SpillMoveInsertionList(int gap_index, InstructionOperand* operand,
|
| SpillMoveInsertionList* next)
|
|
|