| Index: test/unittests/compiler/node-test-utils.h
|
| diff --git a/test/unittests/compiler/node-test-utils.h b/test/unittests/compiler/node-test-utils.h
|
| index a64d9f009a2f977222c0216a6d9880b83c8a8078..c98a504cebbe0f19f481cbc3c9f46d240492115f 100644
|
| --- a/test/unittests/compiler/node-test-utils.h
|
| +++ b/test/unittests/compiler/node-test-utils.h
|
| @@ -254,6 +254,12 @@ Matcher<Node*> IsFloat32Max(const Matcher<Node*>& lhs_matcher,
|
| Matcher<Node*> IsFloat32Min(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsFloat32Abs(const Matcher<Node*>& input_matcher);
|
| +Matcher<Node*> IsFloat32Equal(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| +Matcher<Node*> IsFloat32LessThan(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| +Matcher<Node*> IsFloat32LessThanOrEqual(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsFloat64Max(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsFloat64Min(const Matcher<Node*>& lhs_matcher,
|
|
|