| Index: src/compiler/instruction.h
|
| diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
|
| index 7d5105b93a8435de4c0c7b0b52e46594e9bbc0e2..637f03cfd2b107d618c3513f5ee85dcbfb295253 100644
|
| --- a/src/compiler/instruction.h
|
| +++ b/src/compiler/instruction.h
|
| @@ -592,7 +592,7 @@ class ReferenceMap final : public ZoneObject {
|
| instruction_position_ = pos;
|
| }
|
|
|
| - void RecordReference(const InstructionOperand& op);
|
| + void RecordReference(const AllocatedOperand& op);
|
|
|
| private:
|
| friend std::ostream& operator<<(std::ostream& os, const ReferenceMap& pm);
|
|
|