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 6eeeffd29fa01178649be77682bc31c4422818a5..28d924385d6b17b194d171c8379e65c9f63973bc 100644 |
--- a/test/unittests/compiler/node-test-utils.cc |
+++ b/test/unittests/compiler/node-test-utils.cc |
@@ -2326,6 +2326,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 |