Fix comments in ARMTargetParser. NFC.
authorRenato Golin <renato.golin@linaro.org>
Thu, 28 May 2015 08:59:03 +0000 (08:59 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 28 May 2015 08:59:03 +0000 (08:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238404 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/TargetParser.cpp

index 0a1f180b56167bbc245194a7c5d37db4a72cbd86..48329b2a69f7e43766aaedc3255f32a061614b7c 100644 (file)
@@ -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;