| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 2ea5a2a5fddc1d2c4dfc06c8fc012ab3d9d7f44e..a0e83db433a54afbef79eb4c5bcbc30f8f35bdb6 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -125,7 +125,7 @@ class ParallelMoveResolver : public ValueObject {
|
|
|
| // Helpers for non-trivial source-destination combinations that cannot
|
| // be handled by a single instruction.
|
| - void MoveMemory(const Address& dst, const Address& src);
|
| + void MoveMemoryToMemory(const Address& dst, const Address& src);
|
| void StoreObject(const Address& dst, const Object& obj);
|
| void Exchange(Register reg, const Address& mem);
|
| void Exchange(const Address& mem1, const Address& mem2);
|
|
|