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 91fc74d9870a140d4fa3b9cb5e24f37ec6859cb4..03f2a3b88f08ae2e3fc0246151c6205547790aef 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -67,6 +67,10 @@ Matcher<Node*> IsFinishRegion(const Matcher<Node*>& value_matcher, |
Matcher<Node*> IsReturn(const Matcher<Node*>& value_matcher, |
const Matcher<Node*>& effect_matcher, |
const Matcher<Node*>& control_matcher); |
+Matcher<Node*> IsReturn2(const Matcher<Node*>& value_matcher, |
+ const Matcher<Node*>& value2_matcher, |
+ const Matcher<Node*>& effect_matcher, |
+ const Matcher<Node*>& control_matcher); |
Matcher<Node*> IsTerminate(const Matcher<Node*>& effect_matcher, |
const Matcher<Node*>& control_matcher); |
Matcher<Node*> IsExternalConstant( |