| 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 5c4f81dd6896f17b8d55ee198ef635731fdd378f..5890b49b02e9de2ab75135bb6d6329cedb661053 100644
|
| --- a/test/unittests/compiler/node-test-utils.cc
|
| +++ b/test/unittests/compiler/node-test-utils.cc
|
| @@ -1634,6 +1634,7 @@ IS_UNOP_MATCHER(NumberToInt32)
|
| IS_UNOP_MATCHER(NumberToUint32)
|
| IS_UNOP_MATCHER(ObjectIsSmi)
|
| IS_UNOP_MATCHER(ObjectIsNonNegativeSmi)
|
| +IS_UNOP_MATCHER(Word32Clz)
|
| #undef IS_UNOP_MATCHER
|
|
|
| } // namespace compiler
|
|
|