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 330e46d302f06cfd6c8a189990c32490529b4efc..056aa78776052b85eb1319447234754417c8d82f 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -253,6 +253,8 @@ Matcher<Node*> IsUint32LessThanOrEqual(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsInt64Add(const Matcher<Node*>& lhs_matcher, |
const Matcher<Node*>& rhs_matcher); |
+Matcher<Node*> IsInt64Sub(const Matcher<Node*>& lhs_matcher, |
+ const Matcher<Node*>& rhs_matcher); |
Matcher<Node*> IsChangeFloat64ToInt32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeFloat64ToUint32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeInt32ToFloat64(const Matcher<Node*>& input_matcher); |