[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td
Chris Lattner
lattner at cs.uiuc.edu
Sat Oct 22 22:29:03 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
PPC.td updated: 1.6 -> 1.7
---
Log message:
improve -help output
---
Diffs of the changes: (+5 -5)
PPC.td | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/lib/Target/PowerPC/PPC.td
diff -u llvm/lib/Target/PowerPC/PPC.td:1.6 llvm/lib/Target/PowerPC/PPC.td:1.7
--- llvm/lib/Target/PowerPC/PPC.td:1.6 Sat Oct 22 03:04:24 2005
+++ llvm/lib/Target/PowerPC/PPC.td Sun Oct 23 00:28:51 2005
@@ -30,15 +30,15 @@
//
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.
More information about the llvm-commits
mailing list