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 fb0c3f261e82be9debf552c3f2ce1361a796ee9f..dace110e0ca03824d0f01b4d5e44cc34064d2308 100644 |
--- a/test/unittests/compiler/node-test-utils.cc |
+++ b/test/unittests/compiler/node-test-utils.cc |
@@ -2247,6 +2247,7 @@ IS_UNOP_MATCHER(NumberToUint32) |
IS_UNOP_MATCHER(ObjectIsReceiver) |
IS_UNOP_MATCHER(ObjectIsSmi) |
IS_UNOP_MATCHER(Word32Clz) |
+IS_UNOP_MATCHER(Word32Popcnt) |
#undef IS_UNOP_MATCHER |
} // namespace compiler |