aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARM.td
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-09-13 13:46:57 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-09-13 13:46:57 +0000
commit2a9af9f18eac90b0de739b6ceddf6c2209086303 (patch)
treeff5ad4489e1daab9927b432785bf07075d799b81 /lib/Target/ARM/ARM.td
parent993a0c56ec166ed1e6cc5b9275f81bc3ca4ed880 (diff)
downloadexternal_llvm-2a9af9f18eac90b0de739b6ceddf6c2209086303.zip
external_llvm-2a9af9f18eac90b0de739b6ceddf6c2209086303.tar.gz
external_llvm-2a9af9f18eac90b0de739b6ceddf6c2209086303.tar.bz2
[ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options
to be more consistent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.td')
-rw-r--r--lib/Target/ARM/ARM.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARM.td b/lib/Target/ARM/ARM.td
index 067ad13..5752005 100644
--- a/lib/Target/ARM/ARM.td
+++ b/lib/Target/ARM/ARM.td
@@ -45,7 +45,7 @@ def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
def FeatureVFP4 : SubtargetFeature<"vfp4", "HasVFPv4", "true",
"Enable VFP4 instructions",
[FeatureVFP3, FeatureFP16]>;
-def FeatureV8FP : SubtargetFeature<"v8fp", "HasV8FP",
+def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8",
"true", "Enable ARMv8 FP",
[FeatureVFP4]>;
def FeatureD16 : SubtargetFeature<"d16", "HasD16", "true",