| Index: src/compiler/register-allocator.h
|
| diff --git a/src/compiler/register-allocator.h b/src/compiler/register-allocator.h
|
| index 7dc1c3d737c42a47ec74c7342e0d03b62f47682e..c67d60ed6efe5321ca4ee776bd1667dc7f940a69 100644
|
| --- a/src/compiler/register-allocator.h
|
| +++ b/src/compiler/register-allocator.h
|
| @@ -14,11 +14,7 @@ namespace v8 {
|
| namespace internal {
|
| namespace compiler {
|
|
|
| -enum RegisterKind {
|
| - GENERAL_REGISTERS,
|
| - DOUBLE_REGISTERS
|
| -};
|
| -
|
| +enum RegisterKind { GENERAL_REGISTERS, FP_REGISTERS };
|
|
|
| // This class represents a single point of a InstructionOperand's lifetime. For
|
| // each instruction there are four lifetime positions:
|
|
|