[PM] Wire up support for explicitly running the verifier pass.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 5 Jan 2015 00:08:53 +0000 (00:08 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 5 Jan 2015 00:08:53 +0000 (00:08 +0000)
commit9c31db4f94e78027bece17ee18a154a48436e574
treec6763b1dbf8152a247cd35dc645a3ffbde864790
parent75c11b88af8ca66274e2353246ace0d70ddc30fc
[PM] Wire up support for explicitly running the verifier pass.

The required functionality has been there for some time, but I never
managed to actually wire it into the command line registry of passes.
Let's do that.

llvm-svn: 225144
llvm/test/Other/new-pass-manager.ll
llvm/tools/opt/PassRegistry.def