Index: src/compiler/node-matchers.h |
diff --git a/src/compiler/node-matchers.h b/src/compiler/node-matchers.h |
index 3e64ddd4f7b337202cd93ceac55a1911f3a26181..4cc4ff723fd6a7ef932ab78a1ef8a099ff520f78 100644 |
--- a/src/compiler/node-matchers.h |
+++ b/src/compiler/node-matchers.h |
@@ -115,6 +115,7 @@ struct NumericValueMatcher : public NodeMatcher { |
break; |
default: |
has_value_ = false; |
+ value_ = 0; // Make the compiler happy. |
break; |
} |
} |