| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index ea7678b4e83a2923674f9ec4b48295c662d8e3cc..85646ad728bbdb9bc02c967e8ac5938c5637bd84 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -1781,7 +1781,7 @@ class ConstraintInstr : public TemplateDefinition<2> {
|
|
|
| virtual intptr_t ResultCid() const { return kSmiCid; }
|
|
|
| - virtual bool AttributesEqual(Definition* other) const {
|
| + virtual bool AttributesEqual(Instruction* other) const {
|
| UNREACHABLE();
|
| return false;
|
| }
|
|
|