aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/PowerPC/PPC.td10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Target/PowerPC/PPC.td b/lib/Target/PowerPC/PPC.td
index d6a26766a8..166a98fc13 100644
--- a/lib/Target/PowerPC/PPC.td
+++ b/lib/Target/PowerPC/PPC.td
@@ -30,15 +30,15 @@ include "PPCInstrInfo.td"
//
def Feature64Bit : SubtargetFeature<"64bit",
- "Should 64 bit instructions be used">;
+ "Enable 64-bit instructions">;
def Feature64BitRegs : SubtargetFeature<"64bitregs",
- "Should 64 bit registers be used">;
+ "Enable 64-bit registers">;
def FeatureAltivec : SubtargetFeature<"altivec",
- "Should Altivec instructions be used">;
+ "Enable Altivec instructions">;
def FeatureGPUL : SubtargetFeature<"gpul",
- "Should GPUL instructions be used">;
+ "Enable GPUL instructions">;
def FeatureFSqrt : SubtargetFeature<"fsqrt",
- "Should the fsqrt instruction be used">;
+ "Enable the fsqrt instruction">;
//===----------------------------------------------------------------------===//
// PowerPC chips sets supported.