| Index: test/compiler-unittests/node-matchers.cc
|
| diff --git a/test/compiler-unittests/node-matchers.cc b/test/compiler-unittests/node-matchers.cc
|
| index d580834113d3a987c661b0c0aa9247a6ba75e241..5d8fba99b267a57b66bbf64b68b067d446866e5f 100644
|
| --- a/test/compiler-unittests/node-matchers.cc
|
| +++ b/test/compiler-unittests/node-matchers.cc
|
| @@ -432,6 +432,7 @@ Matcher<Node*> IsStore(const Matcher<MachineType>& type_matcher,
|
| }
|
| IS_BINOP_MATCHER(Word32And)
|
| IS_BINOP_MATCHER(Word32Sar)
|
| +IS_BINOP_MATCHER(Word32Ror)
|
| IS_BINOP_MATCHER(Word32Equal)
|
| IS_BINOP_MATCHER(Word64And)
|
| IS_BINOP_MATCHER(Word64Sar)
|
|
|