From 0ce423356dab5ba1a222466ad5807675439da601 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 6 Dec 2014 03:11:46 +0000 Subject: [PATCH] Avoid angle brackets in comment. [-Wdocumentation-html] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223576 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1