| Index: src/lithium-allocator.h
|
| diff --git a/src/lithium-allocator.h b/src/lithium-allocator.h
|
| index 5b05263575dcc45d2d1f9e53ee8066054660d49f..412456d4bb6f28ece7faec4b49bb549f6db286f4 100644
|
| --- a/src/lithium-allocator.h
|
| +++ b/src/lithium-allocator.h
|
| @@ -610,8 +610,8 @@ class LAllocator BASE_EMBEDDED {
|
| // Lists of live ranges
|
| EmbeddedVector<LiveRange*, Register::kNumAllocatableRegisters>
|
| fixed_live_ranges_;
|
| - EmbeddedVector<LiveRange*, DoubleRegister::kNumAllocatableRegisters>
|
| - fixed_double_live_ranges_;
|
| + EmbeddedVector<LiveRange*, DoubleRegister::kNumRegisters>
|
| + fixed_double_live_ranges_; // XXX: Watch out with this one...
|
| ZoneList<LiveRange*> unhandled_live_ranges_;
|
| ZoneList<LiveRange*> active_live_ranges_;
|
| ZoneList<LiveRange*> inactive_live_ranges_;
|
|
|