| 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 da05a108e5ef921524ab779f80b364737e80302c..7f153bd97a2dd84abc9ca4555295dcf9691acf5e 100644
|
| --- a/test/unittests/compiler/node-test-utils.h
|
| +++ b/test/unittests/compiler/node-test-utils.h
|
| @@ -149,6 +149,10 @@ 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*> IsFloat64Sqrt(const Matcher<Node*>& input_matcher);
|
| +Matcher<Node*> IsFloat64Floor(const Matcher<Node*>& input_matcher);
|
| +Matcher<Node*> IsFloat64Ceil(const Matcher<Node*>& input_matcher);
|
| +Matcher<Node*> IsFloat64RoundTruncate(const Matcher<Node*>& input_matcher);
|
| +Matcher<Node*> IsFloat64RoundTiesAway(const Matcher<Node*>& input_matcher);
|
|
|
| } // namespace compiler
|
| } // namespace internal
|
|
|