From: NAKAMURA Takumi Date: Sat, 6 Dec 2014 03:11:46 +0000 (+0000) Subject: Avoid angle brackets in comment. [-Wdocumentation-html] X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0ce423356dab5ba1a222466ad5807675439da601;p=oota-llvm.git Avoid angle brackets in comment. [-Wdocumentation-html] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223576 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Module.h b/include/llvm/IR/Module.h index f1f5ec36ade..a71a0290da7 100644 --- a/include/llvm/IR/Module.h +++ b/include/llvm/IR/Module.h @@ -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:--- + ///< 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.