mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 18:37:56 +00:00
Fix comments in ARMTargetParser. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238404 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf2ac0e578
commit
ae2de5d12b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user