[llvm] 99c4207 - [PowerPC][NFC] Update doc for FeatureISA3_1/FeatureISA3_0 definitions

Lei Huang via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 17:38:27 PDT 2020


Author: Lei Huang
Date: 2020-07-01T19:36:19-05:00
New Revision: 99c4207d428bc1e24fed677c67230e27dd3d508f

URL: https://github.com/llvm/llvm-project/commit/99c4207d428bc1e24fed677c67230e27dd3d508f
DIFF: https://github.com/llvm/llvm-project/commit/99c4207d428bc1e24fed677c67230e27dd3d508f.diff

LOG: [PowerPC][NFC] Update doc for FeatureISA3_1/FeatureISA3_0 definitions

Added: 
    

Modified: 
    llvm/lib/Target/PowerPC/PPC.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/PowerPC/PPC.td b/llvm/lib/Target/PowerPC/PPC.td
index 4a4e7f499399..9ad78bf67fe6 100644
--- a/llvm/lib/Target/PowerPC/PPC.td
+++ b/llvm/lib/Target/PowerPC/PPC.td
@@ -205,10 +205,10 @@ def DeprecatedDST    : SubtargetFeature<"", "DeprecatedDST", "true",
 
 def FeatureISA3_0 : SubtargetFeature<"isa-v30-instructions", "IsISA3_0",
                                      "true",
-                                     "Enable instructions added in ISA 3.0.">;
+                                     "Enable instructions in ISA 3.0.">;
 def FeatureISA3_1 : SubtargetFeature<"isa-v31-instructions", "IsISA3_1",
                                      "true",
-                                     "Enable instructions added in ISA 3.1.",
+                                     "Enable instructions in ISA 3.1.",
                                      [FeatureISA3_0]>;
 def FeatureP9Altivec : SubtargetFeature<"power9-altivec", "HasP9Altivec", "true",
                                         "Enable POWER9 Altivec instructions",


        


More information about the llvm-commits mailing list