Try to appease MSVC, NFCI.
authorSanjoy Das <sanjoy@playingwithpointers.com>
Sat, 3 Oct 2015 00:34:19 +0000 (00:34 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Sat, 3 Oct 2015 00:34:19 +0000 (00:34 +0000)
commit7db865a9eac02f1432597f293511b37d0348a7ce
tree79582590218f1e99d7a59de5e38945de7c38d292
parent8da370d30b7f3698d1e6dcadf293aff7de573194
Try to appease MSVC, NFCI.

This time by lifting the lambda's in `createNodeFromSelectLikePHI` to
the file scope.  Looks like there are differences in capture rules
between clang and MSVC?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249222 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp