| 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 ebeeee5781ca8c6be85a76b61d3e5241ea0fe079..9f34b1ea60f102f4036403ced45c2f3f8f099a5b 100644
|
| --- a/test/unittests/compiler/node-test-utils.cc
|
| +++ b/test/unittests/compiler/node-test-utils.cc
|
| @@ -891,6 +891,10 @@ IS_UNOP_MATCHER(TruncateFloat64ToFloat32)
|
| IS_UNOP_MATCHER(TruncateFloat64ToInt32)
|
| IS_UNOP_MATCHER(TruncateInt64ToInt32)
|
| IS_UNOP_MATCHER(Float64Sqrt)
|
| +IS_UNOP_MATCHER(Float64Floor)
|
| +IS_UNOP_MATCHER(Float64Ceil)
|
| +IS_UNOP_MATCHER(Float64RoundTruncate)
|
| +IS_UNOP_MATCHER(Float64RoundTiesAway)
|
| #undef IS_UNOP_MATCHER
|
|
|
| } // namespace compiler
|
|
|