X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTransforms%2FScalar%2FLoopDistribute.cpp;h=6c211458100ca9bf88ad45772655679db467b3b4;hp=ffcfd8bad902aac7dc1059d83a43dd08fd84e717;hb=8452a3f46e1636321765e2022b14b789f2b99ec4;hpb=de445db1c445f0b2a8967ac523db611d9afc1867;ds=sidebyside diff --git a/lib/Transforms/Scalar/LoopDistribute.cpp b/lib/Transforms/Scalar/LoopDistribute.cpp index ffcfd8bad90..6c211458100 100644 --- a/lib/Transforms/Scalar/LoopDistribute.cpp +++ b/lib/Transforms/Scalar/LoopDistribute.cpp @@ -794,7 +794,7 @@ private: DEBUG(dbgs() << "\nPointers:\n"); DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); LoopVersioning LVer(std::move(Checks), LAI, L, LI, DT); - LVer.versionLoop(this); + LVer.versionLoop(); LVer.addPHINodes(DefsUsedOutside); }