| 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 38a2d6b27adfdeb05c70b48f249501b95c89e46f..813400238122e0c043df4da861eb937935d4bad0 100644
|
| --- a/test/unittests/compiler/node-test-utils.h
|
| +++ b/test/unittests/compiler/node-test-utils.h
|
| @@ -407,8 +407,12 @@ Matcher<Node*> IsFloat64Max(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsFloat64Min(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| +Matcher<Node*> IsFloat64Add(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsFloat64Sub(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| +Matcher<Node*> IsFloat64Mul(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsFloat64Abs(const Matcher<Node*>& input_matcher);
|
| Matcher<Node*> IsFloat64Neg(const Matcher<Node*>& input_matcher);
|
| Matcher<Node*> IsFloat64Sqrt(const Matcher<Node*>& input_matcher);
|
|
|