Index: src/mips/lithium-codegen-mips.h |
diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h |
index d379eb9bb3beac3b1d288a991c3e33420cee103a..77666b613522f71548749fef99623d8fa624a9b4 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) V8_OVERRIDE; |
+ void GenerateBodyInstructionPre(LInstruction* instr) OVERRIDE; |
bool GeneratePrologue(); |
bool GenerateDeferredCode(); |
bool GenerateDeoptJumpTable(); |
@@ -270,7 +270,7 @@ class LCodeGen: public LCodeGenBase { |
int arguments, |
Safepoint::DeoptMode mode); |
- void RecordAndWritePosition(int position) V8_OVERRIDE; |
+ void RecordAndWritePosition(int position) OVERRIDE; |
static Condition TokenToCondition(Token::Value op, bool is_unsigned); |
void EmitGoto(int block); |
@@ -356,7 +356,7 @@ class LCodeGen: public LCodeGenBase { |
LEnvironment* environment); |
- void EnsureSpaceForLazyDeopt(int space_needed) V8_OVERRIDE; |
+ void EnsureSpaceForLazyDeopt(int space_needed) OVERRIDE; |
void DoLoadKeyedExternalArray(LLoadKeyed* instr); |
void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr); |
void DoLoadKeyedFixedArray(LLoadKeyed* instr); |
@@ -386,7 +386,7 @@ class LCodeGen: public LCodeGenBase { |
Safepoint::Kind expected_safepoint_kind_; |
- class PushSafepointRegistersScope V8_FINAL BASE_EMBEDDED { |
+ class PushSafepointRegistersScope FINAL BASE_EMBEDDED { |
public: |
explicit PushSafepointRegistersScope(LCodeGen* codegen) |
: codegen_(codegen) { |