mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-24 21:14:56 +00:00
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:
parent
de786c9b89
commit
092a1f7acc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user