| Index: src/compiler/register-allocator.h
|
| diff --git a/src/compiler/register-allocator.h b/src/compiler/register-allocator.h
|
| index a7a1f0073bd333f479f8f95c0d04470481c0822e..f065b668f40ae710ba74dc819388888cbc915102 100644
|
| --- a/src/compiler/register-allocator.h
|
| +++ b/src/compiler/register-allocator.h
|
| @@ -550,6 +550,7 @@ class TopLevelLiveRange final : public LiveRange {
|
| // and instead let the LiveRangeConnector perform the spills within the
|
| // deferred blocks. If so, we insert here spills for non-spilled ranges
|
| // with slot use positions.
|
| + void MarkSpilledInDeferredBlock(const InstructionSequence* code);
|
| bool TryCommitSpillInDeferredBlock(InstructionSequence* code,
|
| const InstructionOperand& spill_operand);
|
|
|
|
|