| Index: runtime/vm/intermediate_language.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.cc (revision 15244)
|
| +++ runtime/vm/intermediate_language.cc (working copy)
|
| @@ -1129,6 +1129,16 @@
|
| }
|
|
|
|
|
| +RawAbstractType* StringFromCharCodeInstr::CompileType() const {
|
| + return Type::StringType();
|
| +}
|
| +
|
| +
|
| +intptr_t StringFromCharCodeInstr::ResultCid() const {
|
| + return kDynamicCid;
|
| +}
|
| +
|
| +
|
| RawAbstractType* LoadIndexedInstr::CompileType() const {
|
| switch (class_id_) {
|
| case kArrayCid:
|
|
|