X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fllvm%2FAnalysis%2FLoopAccessAnalysis.h;h=38f09a63e6477586ab542ba1361da7fed653a87d;hb=5ba219fe8d140cec2a90aa99e18592c2143e158e;hp=093b0a3d88fe6c7d724bfd0948240597fb0368ca;hpb=8d96c6989e2b135a98a12256a0894734f9584a2d;p=oota-llvm.git diff --git a/include/llvm/Analysis/LoopAccessAnalysis.h b/include/llvm/Analysis/LoopAccessAnalysis.h index 093b0a3d88f..38f09a63e64 100644 --- a/include/llvm/Analysis/LoopAccessAnalysis.h +++ b/include/llvm/Analysis/LoopAccessAnalysis.h @@ -383,7 +383,7 @@ public: void generateChecks(MemoryDepChecker::DepCandidates &DepCands, bool UseDependencies); - /// \brief \return the checks that generateChecks created. + /// \brief Returns the checks that generateChecks created. const SmallVectorImpl &getChecks() const { return Checks; } /// \brief Decide if we need to add a check between two groups of pointers,