70a71,72
> ~DependencyGraph();
>
123a126,131
> DependencyGraph<DynInstPtr>::~DependencyGraph()
> {
> delete [] dependGraph;
> }
>
> template <class DynInstPtr>