[PM] Remove the NDEBUG condition around isModulePassName.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 3 Aug 2016 03:26:09 +0000 (03:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 3 Aug 2016 03:26:09 +0000 (03:26 +0000)
commit4c3e3bf9fb1bb897b1c21472aa544a7ddd4af292
treebafd8330049ba2b1ca31abe5f54ff96fae7926f7
parent6cb2ab2c60900b90e3add1de81feac38327fba6d
[PM] Remove the NDEBUG condition around isModulePassName.

I forgot to do this initially, and added when I saw this fail in
a no-asserts build, but managed to loose the diff from the actual patch
that got submitted. Very sorry.

llvm-svn: 277562
llvm/lib/Passes/PassBuilder.cpp