Index: src/compiler/instruction.cc |
diff --git a/src/compiler/instruction.cc b/src/compiler/instruction.cc |
index ed66db2ce1234e80f24a1c7682018893d024fbab..1773f06aa7bcc091ae77fd7a2d743373cb9dcdf5 100644 |
--- a/src/compiler/instruction.cc |
+++ b/src/compiler/instruction.cc |
@@ -210,7 +210,7 @@ std::ostream& operator<<(std::ostream& os, |
} |
-void ReferenceMap::RecordReference(const InstructionOperand& op) { |
+void ReferenceMap::RecordReference(const AllocatedOperand& op) { |
// Do not record arguments as pointers. |
if (op.IsStackSlot() && StackSlotOperand::cast(op).index() < 0) return; |
DCHECK(!op.IsDoubleRegister() && !op.IsDoubleStackSlot()); |