| Index: runtime/vm/intermediate_language.h
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.h (revision 20676)
|
| +++ runtime/vm/intermediate_language.h (working copy)
|
| @@ -3344,6 +3344,7 @@
|
| intptr_t offset_in_bytes() const { return offset_in_bytes_; }
|
| const AbstractType& type() const { return type_; }
|
| void set_result_cid(intptr_t value) { result_cid_ = value; }
|
| + intptr_t result_cid() const { return result_cid_; }
|
|
|
| virtual void PrintOperandsTo(BufferFormatter* f) const;
|
|
|
|
|