Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 31de440bdab6734987e2cb5fb9cab469e53efd9e..2ab4ab5a7283145312ee438fe5cc5e413eea2773 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -223,7 +223,7 @@ class Typer::Visitor : public Reducer { |
public: |
explicit Visitor(Typer* typer) : typer_(typer) {} |
- virtual Reduction Reduce(Node* node) OVERRIDE { |
+ Reduction Reduce(Node* node) OVERRIDE { |
if (node->op()->ValueOutputCount() == 0) return NoChange(); |
switch (node->opcode()) { |
#define DECLARE_CASE(x) \ |