Wdocumentation fix
llvm-svn: 291114
This commit is contained in:
@@ -342,8 +342,8 @@ struct AnalysisInfoMixin : PassInfoMixin<DerivedT> {
|
|||||||
static AnalysisKey *ID() { return &DerivedT::Key; }
|
static AnalysisKey *ID() { return &DerivedT::Key; }
|
||||||
};
|
};
|
||||||
|
|
||||||
/// This templated class represents "all analyses that operate over <a
|
/// This templated class represents "all analyses that operate over \<a
|
||||||
/// particular IR unit>" (e.g. a Function or a Module) in instances of
|
/// particular IR unit\>" (e.g. a Function or a Module) in instances of
|
||||||
/// PreservedAnalysis.
|
/// PreservedAnalysis.
|
||||||
///
|
///
|
||||||
/// This lets a transformation say e.g. "I preserved all function analyses".
|
/// This lets a transformation say e.g. "I preserved all function analyses".
|
||||||
|
|||||||
Reference in New Issue
Block a user