Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index d3b8a2cab5f0c25ab1a5a2f608039cf7ba1d76ca..3a82c112e7c73542a83b384042504fc8a565ade5 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -257,7 +257,7 @@ class UnallocatedOperand : public InstructionOperand { |
} |
// [lifetime]: Only for non-FIXED_SLOT. |
- bool IsUsedAtStart() { |
+ bool IsUsedAtStart() const { |
DCHECK(basic_policy() == EXTENDED_POLICY); |
return LifetimeField::decode(value_) == USED_AT_START; |
} |