Index: src/x87/lithium-codegen-x87.h |
diff --git a/src/x87/lithium-codegen-x87.h b/src/x87/lithium-codegen-x87.h |
index 21a2a8e9bcc5c944c75a1ee582326fe42a68c77c..2d88e2c834f02f0dc385b0ac90fd9efb22a839f5 100644 |
--- a/src/x87/lithium-codegen-x87.h |
+++ b/src/x87/lithium-codegen-x87.h |
@@ -174,8 +174,8 @@ class LCodeGen: public LCodeGenBase { |
// Code generation passes. Returns true if code generation should |
// continue. |
- void GenerateBodyInstructionPre(LInstruction* instr) V8_OVERRIDE; |
- void GenerateBodyInstructionPost(LInstruction* instr) V8_OVERRIDE; |
+ void GenerateBodyInstructionPre(LInstruction* instr) OVERRIDE; |
+ void GenerateBodyInstructionPost(LInstruction* instr) OVERRIDE; |
bool GeneratePrologue(); |
bool GenerateDeferredCode(); |
bool GenerateJumpTable(); |
@@ -284,7 +284,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); |
@@ -336,7 +336,7 @@ class LCodeGen: public LCodeGenBase { |
int* offset, |
AllocationSiteMode mode); |
- 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); |
@@ -440,7 +440,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) { |