Try to appease the MSVC bots, NFCI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249219 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjoy Das 2015-10-03 00:03:15 +00:00
parent de786c9b89
commit 092a1f7acc

View 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);