]> granicus.if.org Git - llvm/commitdiff
Wdocumentation fix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 5 Jan 2017 14:58:54 +0000 (14:58 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 5 Jan 2017 14:58:54 +0000 (14:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291114 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/PassManager.h

index c566623010ccaf18867cffdbb3d7362dd3677382..7a63956f1cdbcbf8c377f1dbf78bf55a27c1986b 100644 (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".