Try to appease the MSVC bots, NFC.
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 2 Oct 2015 23:43:32 +0000 (23:43 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 2 Oct 2015 23:43:32 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249216 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolution.cpp

index 55b633e554507b1ad96df40a8ca94fd311f589b2..2e5021c139ae3f1da8c27c34c28007f87bcb98ce 100644 (file)
@@ -3826,7 +3826,8 @@ const SCEV *ScalarEvolution::createNodeFromSelectLikePHI(PHINode *PN) {
           if (isa<Argument>(V))
             return false;
 
-          if (isa<Instruction>(V) && DT.dominates(cast<Instruction>(V), BB))
+          if (isa<Instruction>(V) &&
+              this->DT.dominates(cast<Instruction>(V), BB))
             return false;
 
           return setUnavailable();