diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-12-06 03:11:46 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-12-06 03:11:46 +0000 |
| commit | e7633631e1f10de34484d65a009256217bbb5cc8 (patch) | |
| tree | a823671725dfb8f734d6d976da8f91aa3b75f254 | |
| parent | 957a872cb1ff297dcef7bbb477f9150ed925610c (diff) | |
| download | bcm5719-llvm-e7633631e1f10de34484d65a009256217bbb5cc8.tar.gz bcm5719-llvm-e7633631e1f10de34484d65a009256217bbb5cc8.zip | |
Avoid angle brackets in comment. [-Wdocumentation-html]
llvm-svn: 223576
| -rw-r--r-- | llvm/include/llvm/IR/Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Module.h b/llvm/include/llvm/IR/Module.h index f1f5ec36ade..a71a0290da7 100644 --- a/llvm/include/llvm/IR/Module.h +++ b/llvm/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:<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. |

