| Index: src/compiler/x64/instruction-selector-x64.cc
|
| diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc
|
| index 29aae3c6d50529c8bb90655c42ee089c34d5310a..b370e96a504471fa450ba0884f4186650e224411 100644
|
| --- a/src/compiler/x64/instruction-selector-x64.cc
|
| +++ b/src/compiler/x64/instruction-selector-x64.cc
|
| @@ -10,7 +10,7 @@ namespace internal {
|
| namespace compiler {
|
|
|
| // Adds X64-specific methods for generating operands.
|
| -class X64OperandGenerator V8_FINAL : public OperandGenerator {
|
| +class X64OperandGenerator FINAL : public OperandGenerator {
|
| public:
|
| explicit X64OperandGenerator(InstructionSelector* selector)
|
| : OperandGenerator(selector) {}
|
|
|