Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: src/compiler/change-lowering.h

Issue 526223002: Use Chrome compatible naming for compiler specifics. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: mips Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/ast-graph-builder.h ('k') | src/compiler/change-lowering-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/change-lowering.h
diff --git a/src/compiler/change-lowering.h b/src/compiler/change-lowering.h
index b002369f0bc20b8e1f39f0717e0c8e267e282b74..661d7bd619d5264c3f8eaf0eec39ec9a3f0dbff8 100644
--- a/src/compiler/change-lowering.h
+++ b/src/compiler/change-lowering.h
@@ -17,14 +17,14 @@ class JSGraph;
class Linkage;
class MachineOperatorBuilder;
-class ChangeLowering V8_FINAL : public Reducer {
+class ChangeLowering FINAL : public Reducer {
public:
ChangeLowering(JSGraph* jsgraph, Linkage* linkage,
MachineOperatorBuilder* machine)
: jsgraph_(jsgraph), linkage_(linkage), machine_(machine) {}
virtual ~ChangeLowering();
- virtual Reduction Reduce(Node* node) V8_OVERRIDE;
+ virtual Reduction Reduce(Node* node) OVERRIDE;
private:
enum Signedness { kSigned, kUnsigned };
« no previous file with comments | « src/compiler/ast-graph-builder.h ('k') | src/compiler/change-lowering-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698