| 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 3162c548f3b160888af896d66f7eb7b3e07dd1d4..74afda974a15002ff02139f1350b8e7880da24fd 100644
|
| --- a/test/unittests/compiler/node-test-utils.cc
|
| +++ b/test/unittests/compiler/node-test-utils.cc
|
| @@ -1290,6 +1290,7 @@ IS_BINOP_MATCHER(Float64Sub)
|
| Matcher<Node*> Is##Name(const Matcher<Node*>& input_matcher) { \
|
| return MakeMatcher(new IsUnopMatcher(IrOpcode::k##Name, input_matcher)); \
|
| }
|
| +IS_UNOP_MATCHER(AnyToBoolean)
|
| IS_UNOP_MATCHER(BooleanNot)
|
| IS_UNOP_MATCHER(ChangeFloat64ToInt32)
|
| IS_UNOP_MATCHER(ChangeFloat64ToUint32)
|
|
|