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 a7308f9995361c75312103512a1e4b7cf2496f7e..4c1e10b9eed3dc55cbb05ce09ff12ccc3ea34f13 100644 |
--- a/test/unittests/compiler/node-test-utils.cc |
+++ b/test/unittests/compiler/node-test-utils.cc |
@@ -949,6 +949,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 |