| 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 463160e15f115faafc58ba56312061e576216169..1e86db3cb5a4ab16399fc68243f607cecbbfafd8 100644
|
| --- a/test/unittests/compiler/node-test-utils.h
|
| +++ b/test/unittests/compiler/node-test-utils.h
|
| @@ -361,6 +361,13 @@ Matcher<Node*> IsLoadFramePointer();
|
| Matcher<Node*> IsWord32PairShl(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& mid_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| +Matcher<Node*> IsWord32PairShr(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& mid_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| +
|
| +Matcher<Node*> IsWord32PairSar(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& mid_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
|
|
| } // namespace compiler
|
| } // namespace internal
|
|
|