Avoid angle brackets in comment. [-Wdocumentation-html]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 6 Dec 2014 03:11:46 +0000 (03:11 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 6 Dec 2014 03:11:46 +0000 (03:11 +0000)
llvm-svn: 223576

llvm/include/llvm/IR/Module.h

index f1f5ec3..a71a029 100644 (file)
@@ -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.