| Index: src/compiler/graph-unittest.h
|
| diff --git a/src/compiler/graph-unittest.h b/src/compiler/graph-unittest.h
|
| index 3d8f92bb87ffc82919fccd6ef69345c182089c3d..39d3e15a16b8280f68dddf018ec7282ab2e0efd3 100644
|
| --- a/src/compiler/graph-unittest.h
|
| +++ b/src/compiler/graph-unittest.h
|
| @@ -85,6 +85,9 @@ Matcher<Node*> IsCall(const Matcher<CallDescriptor*>& descriptor_matcher,
|
| const Matcher<Node*>& effect_matcher,
|
| const Matcher<Node*>& control_matcher);
|
|
|
| +Matcher<Node*> IsNumberLessThan(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| +
|
| Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
|
| const Matcher<Node*>& base_matcher,
|
| const Matcher<Node*>& index_matcher,
|
|
|