From: NAKAMURA Takumi Date: Sat, 8 Aug 2015 01:34:20 +0000 (+0000) Subject: 244368: Fix a comment line introduced in r244368. [-Wdocumentation] X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=5ba219fe8d140cec2a90aa99e18592c2143e158e;hp=8d96c6989e2b135a98a12256a0894734f9584a2d 244368: Fix a comment line introduced in r244368. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244388 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,