| Index: src/ia32/lithium-gap-resolver-ia32.h
|
| diff --git a/src/ia32/lithium-gap-resolver-ia32.h b/src/ia32/lithium-gap-resolver-ia32.h
|
| index 3a58f585c31910fc058698d31a7cf89e18ff8d23..0c81d72ee3d728d0edc6ac5efa070f26fedee81e 100644
|
| --- a/src/ia32/lithium-gap-resolver-ia32.h
|
| +++ b/src/ia32/lithium-gap-resolver-ia32.h
|
| @@ -97,8 +97,8 @@ class LGapResolver BASE_EMBEDDED {
|
| ZoneList<LMoveOperands> moves_;
|
|
|
| // Source and destination use counts for the general purpose registers.
|
| - int source_uses_[Register::kMaxNumAllocatableRegisters];
|
| - int destination_uses_[Register::kMaxNumAllocatableRegisters];
|
| + int source_uses_[Register::kNumAllocatableRegisters];
|
| + int destination_uses_[Register::kNumAllocatableRegisters];
|
|
|
| // If we had to spill on demand, the currently spilled register's
|
| // allocation index.
|
|
|