Perturb code in an attempt to appease MSVC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 2 Mar 2016 02:34:20 +0000 (02:34 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 2 Mar 2016 02:34:20 +0000 (02:34 +0000)
commit1168f93c2b16b7eb9972d093cbee97372a0d1210
treecbae50f6181ce67daf4877e5c5b43a24a03a6980
parentdf37055017a6e7e4b8bff6e6c4a7c92a2dad9021
Perturb code in an attempt to appease MSVC

For some reason MSVC seems to think I'm calling getConstant() from a
static context.  Try to avoid this issue by explicitly specifying
'this->' (though I'm not confident that this will actually work).

llvm-svn: 262451
llvm/lib/Analysis/ScalarEvolution.cpp