[PM] Finish removing references to fix MSVC builds. Somehow adding base
authorChandler Carruth <chandlerc@gmail.com>
Fri, 26 Feb 2016 12:30:18 +0000 (12:30 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 26 Feb 2016 12:30:18 +0000 (12:30 +0000)
commit470734b51252b3f28c2bf8244ca14a4407310a42
tree6ade146568b6032134ecb29a73bbe7c0adb1a144
parent829b104dc28d0982b86245790adf335eed598b0c
[PM] Finish removing references to fix MSVC builds. Somehow adding base
classes changed whether the decltype of these expressions was
a reference. I'm somewhat horrified why, and there may need to be
a deeper fix on MSVC, but this should at least get the bots a step
further.

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