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 8e2a62285fc06dc24fd94577e0d8bc109b8fb32c..6d165b359d3988f19b78d09d674a76028407f57a 100644 |
--- a/test/unittests/compiler/node-test-utils.cc |
+++ b/test/unittests/compiler/node-test-utils.cc |
@@ -2272,6 +2272,7 @@ IS_UNOP_MATCHER(NumberToUint32) |
IS_UNOP_MATCHER(ObjectIsReceiver) |
IS_UNOP_MATCHER(ObjectIsSmi) |
IS_UNOP_MATCHER(Word32Clz) |
+IS_UNOP_MATCHER(Word32Ctz) |
IS_UNOP_MATCHER(Word32Popcnt) |
#undef IS_UNOP_MATCHER |