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 76d4296daa503bab0d214d6548024ea227e3c284..5607f0a6e1d17bfd9fe844c2e87506cabc63290c 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -40,6 +40,9 @@ Matcher<Node*> IsDead(); |
Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher); |
Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher, |
const Matcher<Node*>& control1_matcher); |
+Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher, |
+ const Matcher<Node*>& control1_matcher, |
+ const Matcher<Node*>& control2_matcher); |
Matcher<Node*> IsBranch(const Matcher<Node*>& value_matcher, |
const Matcher<Node*>& control_matcher); |
Matcher<Node*> IsMerge(const Matcher<Node*>& control0_matcher, |