| Index: runtime/vm/flow_graph_type_propagator.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_type_propagator.cc (revision 31338)
|
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy)
|
| @@ -879,6 +879,11 @@
|
| }
|
|
|
|
|
| +CompileType StringToCharCodeInstr::ComputeType() const {
|
| + return CompileType::FromCid(kSmiCid);
|
| +}
|
| +
|
| +
|
| CompileType StringInterpolateInstr::ComputeType() const {
|
| // TODO(srdjan): Do better and determine if it is a one or two byte string.
|
| return CompileType::String();
|
|
|