From 1781a687e789b12abb57f7b686023539bfbaa8cf Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 6 Jun 2015 01:41:35 +0000 Subject: TargetParser: Fix comments in enum(s) introduced in r239150. [-Wdocumentation] llvm-svn: 239211 --- llvm/lib/Support/TargetParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support') 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[] = { -- cgit v1.2.3