Index: src/compiler/graph-unittest.h |
diff --git a/src/compiler/graph-unittest.h b/src/compiler/graph-unittest.h |
index 04d4af07c726c8c37735562c70432f8aed422548..b821165ee5f8054cc8da2d0bd616fc962d868ba9 100644 |
--- a/src/compiler/graph-unittest.h |
+++ b/src/compiler/graph-unittest.h |
@@ -87,6 +87,8 @@ Matcher<Node*> IsCall(const Matcher<CallDescriptor*>& descriptor_matcher, |
Matcher<Node*> IsNumberLessThan(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
+Matcher<Node*> IsNumberSubtract(const Matcher<Node*>& lhs_matcher, |
+ const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher, |
const Matcher<Node*>& base_matcher, |