git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291114
91177308-0d34-0410-b5e6-
96231b3b80d8
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".