| Index: src/compiler/node-cache.cc
|
| diff --git a/src/compiler/node-cache.cc b/src/compiler/node-cache.cc
|
| index 79c342b44e9b256f38d2e2cecb89692334fd3c7e..061a3ae4f4930ea9fb76fd0ad9d515f12375b02e 100644
|
| --- a/src/compiler/node-cache.cc
|
| +++ b/src/compiler/node-cache.cc
|
| @@ -115,6 +115,9 @@ void NodeCache<Key, Hash, Pred>::GetCachedNodes(ZoneVector<Node*>* nodes) {
|
| template class NodeCache<int32_t>;
|
| template class NodeCache<int64_t>;
|
|
|
| +template class NodeCache<RelocInt32Key>;
|
| +template class NodeCache<RelocInt64Key>;
|
| +
|
| } // namespace compiler
|
| } // namespace internal
|
| } // namespace v8
|
|
|