[llvm] r238404 - Fix comments in ARMTargetParser. NFC.
Renato Golin
renato.golin at linaro.org
Thu May 28 01:59:04 PDT 2015
Author: rengolin
Date: Thu May 28 03:59:03 2015
New Revision: 238404
URL: http://llvm.org/viewvc/llvm-project?rev=238404&view=rev
Log:
Fix comments in ARMTargetParser. NFC.
Modified:
llvm/trunk/lib/Support/TargetParser.cpp
Modified: llvm/trunk/lib/Support/TargetParser.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/TargetParser.cpp?rev=238404&r1=238403&r2=238404&view=diff
==============================================================================
--- llvm/trunk/lib/Support/TargetParser.cpp (original)
+++ llvm/trunk/lib/Support/TargetParser.cpp Thu May 28 03:59:03 2015
@@ -22,7 +22,7 @@ using namespace llvm;
namespace {
-// List of canonical FPU names (use getFPUSynonym)
+// List of canonical FPU names (use getFPUSynonym).
// FIXME: TableGen this.
struct {
const char * Name;
@@ -90,7 +90,7 @@ struct {
{ "armv7hl", ARM::AK_ARMV7HL, "7-L", ARMBuildAttrs::CPUArch::v7 },
{ "armv7s", ARM::AK_ARMV7S, "7-S", ARMBuildAttrs::CPUArch::v7 }
};
-// List of canonical ARCH names (use getARCHSynonym)
+// List of Arch Extension names.
// FIXME: TableGen this.
struct {
const char *Name;
More information about the llvm-commits
mailing list