summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/TargetParser.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-06-06 01:41:35 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-06-06 01:41:35 +0000
commit1781a687e789b12abb57f7b686023539bfbaa8cf (patch)
tree41dbd58ed8c019c0875100194d4b86fb7fe9118e /llvm/lib/Support/TargetParser.cpp
parentf4b449cec24c4d96faee27103d9c3a424d50bf8f (diff)
downloadbcm5719-llvm-1781a687e789b12abb57f7b686023539bfbaa8cf.tar.gz
bcm5719-llvm-1781a687e789b12abb57f7b686023539bfbaa8cf.zip
TargetParser: Fix comments in enum(s) introduced in r239150. [-Wdocumentation]
llvm-svn: 239211
Diffstat (limited to 'llvm/lib/Support/TargetParser.cpp')
-rw-r--r--llvm/lib/Support/TargetParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/TargetParser.cpp b/llvm/lib/Support/TargetParser.cpp
index bd83c9c71fd..757483b9586 100644
--- a/llvm/lib/Support/TargetParser.cpp
+++ b/llvm/lib/Support/TargetParser.cpp
@@ -28,7 +28,7 @@ namespace {
struct {
const char * Name;
ARM::FPUKind ID;
- unsigned FPUVersion; //< Corresponds directly to the FP arch version number.
+ unsigned FPUVersion; ///< Corresponds directly to the FP arch version number.
ARM::NeonSupportLevel NeonSupport;
ARM::FPURestriction Restriction;
} FPUNames[] = {
OpenPOWER on IntegriCloud