| Index: src/compiler/ppc/instruction-selector-ppc.cc
|
| diff --git a/src/compiler/ppc/instruction-selector-ppc.cc b/src/compiler/ppc/instruction-selector-ppc.cc
|
| index 19476bd86fef6e803fc30ac9613b55a4c18d42c7..c2c4de0f2101cb46398d2f1aebfe316bbb6c012d 100644
|
| --- a/src/compiler/ppc/instruction-selector-ppc.cc
|
| +++ b/src/compiler/ppc/instruction-selector-ppc.cc
|
| @@ -22,7 +22,7 @@ enum ImmediateMode {
|
|
|
|
|
| // Adds PPC-specific methods for generating operands.
|
| -class PPCOperandGenerator FINAL : public OperandGenerator {
|
| +class PPCOperandGenerator final : public OperandGenerator {
|
| public:
|
| explicit PPCOperandGenerator(InstructionSelector* selector)
|
| : OperandGenerator(selector) {}
|
|
|