| Index: src/compiler/graph-unittest.h
|
| diff --git a/src/compiler/graph-unittest.h b/src/compiler/graph-unittest.h
|
| index 3cda9b7b190a32ce1767dfae596ac97f937d6fa8..3d8f92bb87ffc82919fccd6ef69345c182089c3d 100644
|
| --- a/src/compiler/graph-unittest.h
|
| +++ b/src/compiler/graph-unittest.h
|
| @@ -116,6 +116,8 @@ Matcher<Node*> IsWord64Equal(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsInt32AddWithOverflow(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| +Matcher<Node*> IsInt32Mul(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsUint32LessThanOrEqual(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsChangeFloat64ToInt32(const Matcher<Node*>& input_matcher);
|
|
|