Try to appease the MSVC bots, NFCI.

llvm-svn: 249219
This commit is contained in:
Sanjoy Das 2015-10-03 00:03:15 +00:00
parent 6a050f30de
commit 21ea9bdc46
1 changed files with 1 additions and 1 deletions

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