diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-30 00:01:36 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-30 00:01:36 +0000 |
commit | 64d237cfae6bcb11157d525c79b5a5335e30370b (patch) | |
tree | d8b01256d904d842cf0f040784f79299416c8dc0 | |
parent | 7eec0c243320fb2629554681547d7384ea9d0c53 (diff) |
Fix doxygen comment syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51716 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/AliasAnalysis.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Analysis/AliasAnalysis.h b/include/llvm/Analysis/AliasAnalysis.h index efd23e328c..e013a4dc6d 100644 --- a/include/llvm/Analysis/AliasAnalysis.h +++ b/include/llvm/Analysis/AliasAnalysis.h @@ -55,9 +55,9 @@ protected: /// void InitializeAliasAnalysis(Pass *P); - // getAnalysisUsage - All alias analysis implementations should invoke this - // directly (using AliasAnalysis::getAnalysisUsage(AU)) to make sure that - // TargetData is required by the pass. + /// getAnalysisUsage - All alias analysis implementations should invoke this + /// directly (using AliasAnalysis::getAnalysisUsage(AU)) to make sure that + /// TargetData is required by the pass. virtual void getAnalysisUsage(AnalysisUsage &AU) const; public: |