Try to appease the MSVC bots, NFCI.
authorSanjoy Das <sanjoy@playingwithpointers.com>
Sat, 3 Oct 2015 00:03:15 +0000 (00:03 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Sat, 3 Oct 2015 00:03:15 +0000 (00:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249219 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolution.cpp

index 2e5021c139ae3f1da8c27c34c28007f87bcb98ce..c37b3a122966787a71c3ab1e029d758947f7b775 100644 (file)
@@ -3844,7 +3844,7 @@ const SCEV *ScalarEvolution::createNodeFromSelectLikePHI(PHINode *PN) {
       bool isDone() { return TraversalDone; }
     };
 
-    CheckAvailable CA(L, BB, DT);
+    CheckAvailable CA(L, BB, this->DT);
     SCEVTraversal<CheckAvailable> ST(CA);
 
     ST.visitAll(S);