| 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 21db735b40176dd3ee76f935514e059c997322a7..c00117e75690975738bdf3bfed5e06fe33addd30 100644
|
| --- a/src/compiler/x64/instruction-selector-x64.cc
|
| +++ b/src/compiler/x64/instruction-selector-x64.cc
|
| @@ -13,7 +13,7 @@ namespace internal {
|
| namespace compiler {
|
|
|
| // Adds X64-specific methods for generating operands.
|
| -class X64OperandGenerator FINAL : public OperandGenerator {
|
| +class X64OperandGenerator final : public OperandGenerator {
|
| public:
|
| explicit X64OperandGenerator(InstructionSelector* selector)
|
| : OperandGenerator(selector) {}
|
|
|