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

llvm-svn: 223576
This commit is contained in:
NAKAMURA Takumi 2014-12-06 03:11:46 +00:00
parent 957a872cb1
commit e7633631e1
1 changed files with 1 additions and 1 deletions

View 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.