mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 07:31:53 +00:00
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:
parent
7eec0c2433
commit
64d237cfae
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user