[llvm] r291114 - Wdocumentation fix

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 06:58:54 PST 2017


Author: rksimon
Date: Thu Jan  5 08:58:54 2017
New Revision: 291114

URL: http://llvm.org/viewvc/llvm-project?rev=291114&view=rev
Log:
Wdocumentation fix

Modified:
    llvm/trunk/include/llvm/IR/PassManager.h

Modified: llvm/trunk/include/llvm/IR/PassManager.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/PassManager.h?rev=291114&r1=291113&r2=291114&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/PassManager.h (original)
+++ llvm/trunk/include/llvm/IR/PassManager.h Thu Jan  5 08:58:54 2017
@@ -342,8 +342,8 @@ struct AnalysisInfoMixin : PassInfoMixin
   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".




More information about the llvm-commits mailing list