Index: src/mips/lithium-codegen-mips.h |
diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h |
index 9ba214993cdcb4a247ebada4c9a5fe13bdc8dcd0..6d75c4c1f6837d35135e575c25dd9ea9403c09a7 100644 |
--- a/src/mips/lithium-codegen-mips.h |
+++ b/src/mips/lithium-codegen-mips.h |
@@ -169,7 +169,7 @@ class LCodeGen: public LCodeGenBase { |
// Code generation passes. Returns true if code generation should |
// continue. |
- void GenerateBodyInstructionPre(LInstruction* instr) OVERRIDE; |
+ void GenerateBodyInstructionPre(LInstruction* instr) override; |
bool GeneratePrologue(); |
bool GenerateDeferredCode(); |
bool GenerateJumpTable(); |
@@ -263,7 +263,7 @@ class LCodeGen: public LCodeGenBase { |
int arguments, |
Safepoint::DeoptMode mode); |
- void RecordAndWritePosition(int position) OVERRIDE; |
+ void RecordAndWritePosition(int position) override; |
static Condition TokenToCondition(Token::Value op, bool is_unsigned); |
void EmitGoto(int block); |
@@ -345,7 +345,7 @@ class LCodeGen: public LCodeGenBase { |
LEnvironment* environment); |
- void EnsureSpaceForLazyDeopt(int space_needed) OVERRIDE; |
+ void EnsureSpaceForLazyDeopt(int space_needed) override; |
void DoLoadKeyedExternalArray(LLoadKeyed* instr); |
void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr); |
void DoLoadKeyedFixedArray(LLoadKeyed* instr); |
@@ -375,7 +375,7 @@ class LCodeGen: public LCodeGenBase { |
Safepoint::Kind expected_safepoint_kind_; |
- class PushSafepointRegistersScope FINAL BASE_EMBEDDED { |
+ class PushSafepointRegistersScope final BASE_EMBEDDED { |
public: |
explicit PushSafepointRegistersScope(LCodeGen* codegen) |
: codegen_(codegen) { |