| Index: runtime/vm/flow_graph_allocator.cc
|
| diff --git a/runtime/vm/flow_graph_allocator.cc b/runtime/vm/flow_graph_allocator.cc
|
| index e70a5b781eec4f1a248a02ceca48921dbac1fdbe..30f1dd6ab1a8df29debb73bba3eba7d932ad8ead 100644
|
| --- a/runtime/vm/flow_graph_allocator.cc
|
| +++ b/runtime/vm/flow_graph_allocator.cc
|
| @@ -2848,8 +2848,8 @@ void FlowGraphAllocator::ResolveControlFlow() {
|
| }
|
|
|
| static Representation RepresentationForRange(Representation definition_rep) {
|
| - if (definition_rep == kUnboxedMint) {
|
| - // kUnboxedMint is split into two ranges, each of which are kUntagged.
|
| + if (definition_rep == kUnboxedInt64) {
|
| + // kUnboxedInt64 is split into two ranges, each of which are kUntagged.
|
| return kUntagged;
|
| } else if (definition_rep == kUnboxedUint32) {
|
| // kUnboxedUint32 is untagged.
|
|
|