| Index: runtime/vm/intermediate_language.h
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.h (revision 11030)
|
| +++ runtime/vm/intermediate_language.h (working copy)
|
| @@ -394,6 +394,8 @@
|
|
|
| virtual intptr_t ResultCid() const;
|
|
|
| + virtual bool AttributesEqual(Computation* other) const;
|
| +
|
| private:
|
| void AddToUseList();
|
| Definition* definition_;
|
| @@ -431,6 +433,8 @@
|
|
|
| virtual intptr_t ResultCid() const;
|
|
|
| + virtual bool AttributesEqual(Computation* other) const;
|
| +
|
| private:
|
| const Object& value_;
|
|
|
|
|