summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-12-06 03:11:46 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-12-06 03:11:46 +0000
commite7633631e1f10de34484d65a009256217bbb5cc8 (patch)
treea823671725dfb8f734d6d976da8f91aa3b75f254
parent957a872cb1ff297dcef7bbb477f9150ed925610c (diff)
downloadbcm5719-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.h2
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.
OpenPOWER on IntegriCloud