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

Unified Diff: src/compiler/simplified-operator-reducer.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/schedule.h ('k') | src/compiler/source-position.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/simplified-operator-reducer.h
diff --git a/src/compiler/simplified-operator-reducer.h b/src/compiler/simplified-operator-reducer.h
index 42ec41d80516f97d4317b2044a53ee14ddaf3897..cb3e522c638b501b064366ae5d6c92eeeb582514 100644
--- a/src/compiler/simplified-operator-reducer.h
+++ b/src/compiler/simplified-operator-reducer.h
@@ -19,13 +19,13 @@ namespace compiler {
class JSGraph;
class MachineOperatorBuilder;
-class SimplifiedOperatorReducer V8_FINAL : public Reducer {
+class SimplifiedOperatorReducer FINAL : public Reducer {
public:
SimplifiedOperatorReducer(JSGraph* jsgraph, MachineOperatorBuilder* machine)
: jsgraph_(jsgraph), machine_(machine) {}
virtual ~SimplifiedOperatorReducer();
- virtual Reduction Reduce(Node* node) V8_OVERRIDE;
+ virtual Reduction Reduce(Node* node) OVERRIDE;
private:
Reduction Change(Node* node, Operator* op, Node* a);
« no previous file with comments | « src/compiler/schedule.h ('k') | src/compiler/source-position.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698