| Index: runtime/vm/flow_graph_allocator.h
|
| diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h
|
| index 526db56a66fcd7343b14848fc9a3c6d31f73f185..5268c312b6bf0dfce9fac36b409c3697eccbdbee 100644
|
| --- a/runtime/vm/flow_graph_allocator.h
|
| +++ b/runtime/vm/flow_graph_allocator.h
|
| @@ -37,8 +37,8 @@ class ReachingDefs : public ValueObject {
|
|
|
| class FlowGraphAllocator : public ValueObject {
|
| public:
|
| - // Number of stack slots needed for a double spill slot.
|
| - static const intptr_t kDoubleSpillSlotFactor = kDoubleSize / kWordSize;
|
| + // Number of stack slots needed for a fpu register spill slot.
|
| + static const intptr_t kFpuRegisterSpillFactor = kFpuRegisterSize / kWordSize;
|
|
|
| explicit FlowGraphAllocator(const FlowGraph& flow_graph);
|
|
|
|
|