Index: runtime/vm/intermediate_language.h |
=================================================================== |
--- runtime/vm/intermediate_language.h (revision 35663) |
+++ runtime/vm/intermediate_language.h (working copy) |
@@ -407,6 +407,8 @@ |
void PrintTo(BufferFormatter* f) const; |
const char* ToCString() const; |
+ intptr_t cid() const { return cid_; } |
Vyacheslav Egorov (Google)
2014/05/02 00:39:24
There is already ToNullableCid() getter, no need t
srdjan
2014/05/02 15:35:50
Removed and replaced.
|
+ |
private: |
bool CanComputeIsInstanceOf(const AbstractType& type, |
bool is_nullable, |