[llvm] r223576 - Avoid angle brackets in comment. [-Wdocumentation-html]

NAKAMURA Takumi geek4civic at gmail.com
Fri Dec 5 19:11:46 PST 2014


Author: chapuni
Date: Fri Dec  5 21:11:46 2014
New Revision: 223576

URL: http://llvm.org/viewvc/llvm-project?rev=223576&view=rev
Log:
Avoid angle brackets in comment. [-Wdocumentation-html]

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

Modified: llvm/trunk/include/llvm/IR/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Module.h?rev=223576&r1=223575&r2=223576&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Module.h (original)
+++ llvm/trunk/include/llvm/IR/Module.h Fri Dec  5 21:11:46 2014
@@ -219,7 +219,7 @@ private:
   Materializer;                   ///< Used to materialize GlobalValues
   std::string ModuleID;           ///< Human readable identifier for the module
   std::string TargetTriple;       ///< Platform target triple Module compiled on
-                                  ///< Format:<arch><sub>-<vendor>-<sys>-<abi>
+                                  ///< Format: (arch)(sub)-(vendor)-(sys0-(abi)
   void *NamedMDSymTab;            ///< NamedMDNode names.
   // Allow lazy initialization in const method.
   mutable RandomNumberGenerator *RNG; ///< The random number generator for this module.





More information about the llvm-commits mailing list