| Index: test/compiler-unittests/node-matchers.h
|
| diff --git a/test/compiler-unittests/node-matchers.h b/test/compiler-unittests/node-matchers.h
|
| index 09da07a7f5845aca4caba1f0750d43e25cdd1be6..f51e3af5205526cb09fd4b4daa33ccb30a0cbba7 100644
|
| --- a/test/compiler-unittests/node-matchers.h
|
| +++ b/test/compiler-unittests/node-matchers.h
|
| @@ -49,6 +49,8 @@ Matcher<Node*> IsWord32And(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsWord32Sar(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| +Matcher<Node*> IsWord32Ror(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsWord32Equal(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsWord64And(const Matcher<Node*>& lhs_matcher,
|
|
|