[PM] Remove now-dead extern template and explicit instantiation
authorChandler Carruth <chandlerc@gmail.com>
Thu, 22 Dec 2016 07:14:33 +0000 (07:14 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 22 Dec 2016 07:14:33 +0000 (07:14 +0000)
commit9c36c922d97d76d0aada8551de5bba051b77668b
treee7a50ff2e6e0f5100539a2c8aa618f427187268b
parent82ec4fde42176d315fd859514c3b3d0aa364acf0
[PM] Remove now-dead extern template and explicit instantiation
declarations.

We're using a custom class here instead of the helper template, these
bits just didn't get deleted when the other bits did get deleted. This
was found by a really nice MSVC warning about explicitly instantiating
a template where some member functions aren't defined and thus can't be
instantiatied.

llvm-svn: 290327
llvm/include/llvm/Analysis/CGSCCPassManager.h
llvm/lib/Analysis/CGSCCPassManager.cpp