[AArch64] Reword description of feature (NFC)
authorEvandro Menezes <e.menezes@samsung.com>
Wed, 5 Dec 2018 18:42:57 +0000 (18:42 +0000)
committerEvandro Menezes <e.menezes@samsung.com>
Wed, 5 Dec 2018 18:42:57 +0000 (18:42 +0000)
Reword the description of the feature that enables custom handling of cheap
instructions.

llvm-svn: 348398

llvm/lib/Target/AArch64/AArch64.td

index 5bd1fa1..a16e8a1 100644 (file)
@@ -125,11 +125,11 @@ def FeaturePredictableSelectIsExpensive : SubtargetFeature<
 
 def FeatureCustomCheapAsMoveHandling : SubtargetFeature<"custom-cheap-as-move",
     "CustomAsCheapAsMove", "true",
-    "Use custom code for TargetInstrInfo::isAsCheapAsAMove()">;
+    "Use custom handling of cheap instructions">;
 
 def FeatureExynosCheapAsMoveHandling : SubtargetFeature<"exynos-cheap-as-move",
     "ExynosAsCheapAsMove", "true",
-    "Use Exynos specific code in TargetInstrInfo::isAsCheapAsAMove()",
+    "Use Exynos specific handling of cheap instructions",
     [FeatureCustomCheapAsMoveHandling]>;
 
 def FeaturePostRAScheduler : SubtargetFeature<"use-postra-scheduler",