| Index: runtime/vm/intermediate_language.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.cc (revision 43198)
|
| +++ runtime/vm/intermediate_language.cc (working copy)
|
| @@ -3261,7 +3261,7 @@
|
| // v8 <- StringInterpolate(v2)
|
|
|
| // Don't compile-time fold when optimizing the interpolation function itself.
|
| - if (flow_graph->parsed_function()->function().raw() == CallFunction().raw()) {
|
| + if (flow_graph->function().raw() == CallFunction().raw()) {
|
| return this;
|
| }
|
|
|
|
|