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:
parent
5ff0c098ae
commit
e587db7187
@ -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