OSDN Git Service

[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)
commit7b1b31d2b78e8a6b79f2da7242e3e7068f03b6fd
treebf7cd4503db9d61727bd33a4064817927447f302
parentf7a14941779fcf2ea335aa9f7fd07e3b7643f059
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262008 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Passes/PassBuilder.cpp