244368: Fix a comment line introduced in r244368. [-Wdocumentation]
[oota-llvm.git] / include / llvm / Analysis / LoopAccessAnalysis.h
index 093b0a3d88fe6c7d724bfd0948240597fb0368ca..38f09a63e6477586ab542ba1361da7fed653a87d 100644 (file)
@@ -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<PointerCheck> &getChecks() const { return Checks; }
 
   /// \brief Decide if we need to add a check between two groups of pointers,