| Index: src/compiler/graph-unittest.h
|
| diff --git a/src/compiler/graph-unittest.h b/src/compiler/graph-unittest.h
|
| index 1dc9c3dae72b215edf9f65cbf9d3024fbf15f6c6..04d4af07c726c8c37735562c70432f8aed422548 100644
|
| --- a/src/compiler/graph-unittest.h
|
| +++ b/src/compiler/graph-unittest.h
|
| @@ -129,6 +129,7 @@ Matcher<Node*> IsChangeInt32ToFloat64(const Matcher<Node*>& input_matcher);
|
| Matcher<Node*> IsChangeInt32ToInt64(const Matcher<Node*>& input_matcher);
|
| Matcher<Node*> IsChangeUint32ToFloat64(const Matcher<Node*>& input_matcher);
|
| Matcher<Node*> IsChangeUint32ToUint64(const Matcher<Node*>& input_matcher);
|
| +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);
|
|
|