Fix doxygen comment syntax.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-05-30 00:01:36 +00:00
parent 7eec0c2433
commit 64d237cfae

View File

@ -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: