| Index: test/unittests/compiler/node-test-utils.cc
|
| diff --git a/test/unittests/compiler/node-test-utils.cc b/test/unittests/compiler/node-test-utils.cc
|
| index 51100fa9895694620fe7db5990b96bd499bd537a..b4d7a4501cfa80f0f617f0aa06d33277fbbb68a1 100644
|
| --- a/test/unittests/compiler/node-test-utils.cc
|
| +++ b/test/unittests/compiler/node-test-utils.cc
|
| @@ -2377,6 +2377,7 @@ IS_UNOP_MATCHER(StringFromCharCode)
|
| IS_UNOP_MATCHER(Word32Clz)
|
| IS_UNOP_MATCHER(Word32Ctz)
|
| IS_UNOP_MATCHER(Word32Popcnt)
|
| +IS_UNOP_MATCHER(Word32ReverseBytes)
|
| #undef IS_UNOP_MATCHER
|
|
|
| } // namespace compiler
|
|
|