Index: src/compiler/graph-unittest.h |
diff --git a/src/compiler/graph-unittest.h b/src/compiler/graph-unittest.h |
index 39d3e15a16b8280f68dddf018ec7282ab2e0efd3..1dc9c3dae72b215edf9f65cbf9d3024fbf15f6c6 100644 |
--- a/src/compiler/graph-unittest.h |
+++ b/src/compiler/graph-unittest.h |
@@ -131,6 +131,7 @@ Matcher<Node*> IsChangeUint32ToFloat64(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsChangeUint32ToUint64(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); |
} // namespace compiler |
} // namespace internal |