1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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 fe37f53f6d
commit 9dc13b9714

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