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

include/llvm/IR/Module.h

index f1f5ec36ade77bbab3976263875c14169837a6ef..a71a0290da7c89f847e0f08452a797340cc8fd42 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.