Index: src/compiler/graph-unittest.cc |
diff --git a/src/compiler/graph-unittest.cc b/src/compiler/graph-unittest.cc |
index 881c2ccacc54d1616e3294f25a8b8c3548c51947..75e70cb05d84c582a9ae782431c929a58eb3e4ad 100644 |
--- a/src/compiler/graph-unittest.cc |
+++ b/src/compiler/graph-unittest.cc |
@@ -771,6 +771,7 @@ IS_UNOP_MATCHER(ChangeUint32ToFloat64) |
IS_UNOP_MATCHER(ChangeUint32ToUint64) |
IS_UNOP_MATCHER(TruncateFloat64ToInt32) |
IS_UNOP_MATCHER(TruncateInt64ToInt32) |
+IS_UNOP_MATCHER(Float64Sqrt) |
#undef IS_UNOP_MATCHER |
} // namespace compiler |