mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00: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…
x
Reference in New Issue
Block a user