Index: src/compiler/node-matchers.h |
diff --git a/src/compiler/node-matchers.h b/src/compiler/node-matchers.h |
index 48ff3d732326406a04289afddd8a4ce004cf19fc..1cdb6547f4e7d831c616d8ec5c337d64a25c7449 100644 |
--- a/src/compiler/node-matchers.h |
+++ b/src/compiler/node-matchers.h |
@@ -230,6 +230,7 @@ typedef BinopMatcher<Int64Matcher, Int64Matcher> Int64BinopMatcher; |
typedef BinopMatcher<Uint64Matcher, Uint64Matcher> Uint64BinopMatcher; |
typedef BinopMatcher<IntPtrMatcher, IntPtrMatcher> IntPtrBinopMatcher; |
typedef BinopMatcher<UintPtrMatcher, UintPtrMatcher> UintPtrBinopMatcher; |
+typedef BinopMatcher<Float32Matcher, Float32Matcher> Float32BinopMatcher; |
typedef BinopMatcher<Float64Matcher, Float64Matcher> Float64BinopMatcher; |
typedef BinopMatcher<NumberMatcher, NumberMatcher> NumberBinopMatcher; |