| Index: test/unittests/compiler/node-test-utils.h
|
| diff --git a/test/unittests/compiler/node-test-utils.h b/test/unittests/compiler/node-test-utils.h
|
| index 517d5d4d57b2ad6aff45f1fe4c465825740854b7..a377c3817447ee1a33a12a4cd617284559a3a939 100644
|
| --- a/test/unittests/compiler/node-test-utils.h
|
| +++ b/test/unittests/compiler/node-test-utils.h
|
| @@ -375,6 +375,8 @@ Matcher<Node*> IsWord32PairSar(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& mid_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
|
|
| +Matcher<Node*> IsStackSlot();
|
| +
|
| } // namespace compiler
|
| } // namespace internal
|
| } // namespace v8
|
|
|