[PM] Sink the no-op pass parsing logic into the .def-based registry to
authorChandler Carruth <chandlerc@gmail.com>
Tue, 6 Jan 2015 02:37:55 +0000 (02:37 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 6 Jan 2015 02:37:55 +0000 (02:37 +0000)
commit2e306caf394859e3fbc3d153c7589ddf698dcc54
tree046ed95b9c119beda1e0ae07cc6608e3e8fdb145
parent2bbc5ab5eb174b6e222ec24ea0b8a94103c7fea7
[PM] Sink the no-op pass parsing logic into the .def-based registry to
simplify things. This will become more important as I add no-op analyses
that want to re-use the logic we already have for analyses in the
registry. For now, no functionality changed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225238 91177308-0d34-0410-b5e6-96231b3b80d8
tools/opt/PassRegistry.def
tools/opt/Passes.cpp