Wdocumentation fix

llvm-svn: 291114
This commit is contained in:
Simon Pilgrim
2017-01-05 14:58:54 +00:00
parent bd3ab097f6
commit fd93a54fc8

View File

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