| Index: src/compiler/register-allocator.h
|
| diff --git a/src/compiler/register-allocator.h b/src/compiler/register-allocator.h
|
| index 933d1d2472974dc4804582618d050baab6805849..dab26a2a6a3845b4039842d6c9e4036791c9910e 100644
|
| --- a/src/compiler/register-allocator.h
|
| +++ b/src/compiler/register-allocator.h
|
| @@ -999,8 +999,7 @@ class RegisterAllocator : public ZoneObject {
|
| LifetimePosition FindOptimalSpillingPos(LiveRange* range,
|
| LifetimePosition pos);
|
|
|
| - const ZoneVector<TopLevelLiveRange*>& GetFixedRegisters() const;
|
| - const char* RegisterName(int allocation_index) const;
|
| + const char* RegisterName(MachineRepresentation rep, int code) const;
|
|
|
| private:
|
| RegisterAllocationData* const data_;
|
|
|