Index: test/unittests/compiler/node-test-utils.h |
diff --git a/test/unittests/compiler/node-test-utils.h b/test/unittests/compiler/node-test-utils.h |
index a377c3817447ee1a33a12a4cd617284559a3a939..b5a34008b5527023bc93fce8a1a699f830c50560 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -364,6 +364,11 @@ Matcher<Node*> IsInt32PairAdd(const Matcher<Node*>& a_matcher, |
const Matcher<Node*>& b_matcher, |
const Matcher<Node*>& c_matcher, |
const Matcher<Node*>& d_matcher); |
+Matcher<Node*> IsInt32PairSub(const Matcher<Node*>& a_matcher, |
+ const Matcher<Node*>& b_matcher, |
+ const Matcher<Node*>& c_matcher, |
+ const Matcher<Node*>& d_matcher); |
+ |
Matcher<Node*> IsWord32PairShl(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& mid_matcher, |
const Matcher<Node*>& rhs_matcher); |