| 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 89fcc4b87cfb7463c378ec28711e316853b8f8a8..870d55513d9754eef09a46375a9e38b70bc43195 100644
|
| --- a/test/unittests/compiler/node-test-utils.h
|
| +++ b/test/unittests/compiler/node-test-utils.h
|
| @@ -156,6 +156,8 @@ Matcher<Node*> IsChangeUint32ToUint64(const Matcher<Node*>& input_matcher);
|
| Matcher<Node*> IsTruncateFloat64ToFloat32(const Matcher<Node*>& input_matcher);
|
| Matcher<Node*> IsTruncateFloat64ToInt32(const Matcher<Node*>& input_matcher);
|
| Matcher<Node*> IsTruncateInt64ToInt32(const Matcher<Node*>& input_matcher);
|
| +Matcher<Node*> IsFloat64Sub(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsFloat64Sqrt(const Matcher<Node*>& input_matcher);
|
| Matcher<Node*> IsFloat64Floor(const Matcher<Node*>& input_matcher);
|
| Matcher<Node*> IsFloat64Ceil(const Matcher<Node*>& input_matcher);
|
|
|