Index: src/compiler/node-matchers.h |
diff --git a/src/compiler/node-matchers.h b/src/compiler/node-matchers.h |
index 718803f314243bec661bccf0dbf99e495f16d724..5803a002283b7db6f83d713691f83d5cdce4f3bf 100644 |
--- a/src/compiler/node-matchers.h |
+++ b/src/compiler/node-matchers.h |
@@ -139,6 +139,7 @@ typedef BinopMatcher<Uint32Matcher, Uint32Matcher> Uint32BinopMatcher; |
typedef BinopMatcher<Int64Matcher, Int64Matcher> Int64BinopMatcher; |
typedef BinopMatcher<Uint64Matcher, Uint64Matcher> Uint64BinopMatcher; |
typedef BinopMatcher<Float64Matcher, Float64Matcher> Float64BinopMatcher; |
+typedef BinopMatcher<NumberMatcher, NumberMatcher> NumberBinopMatcher; |
// Fairly intel-specify node matcher used for matching scale factors in |