| Index: runtime/vm/flow_graph_optimizer.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.cc (revision 31428)
|
| +++ runtime/vm/flow_graph_optimizer.cc (working copy)
|
| @@ -6773,6 +6773,11 @@
|
| }
|
|
|
|
|
| +void ConstantPropagator::VisitDebugStepCheck(DebugStepCheckInstr* instr) {
|
| + // Nothing to do.
|
| +}
|
| +
|
| +
|
| void ConstantPropagator::VisitStringFromCharCode(
|
| StringFromCharCodeInstr* instr) {
|
| const Object& o = instr->char_code()->definition()->constant_value();
|
|
|