1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix doxygen comment syntax.

llvm-svn: 51716
This commit is contained in:
Dan Gohman 2008-05-30 00:01:36 +00:00
parent 5ff0c098ae
commit e587db7187

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: