mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-23 20:44:51 +00:00
Avoid angle brackets in comment. [-Wdocumentation-html]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09ba28c27c
commit
0ce423356d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user