improve -help output

llvm-svn: 23892
This commit is contained in:
Chris Lattner 2005-10-23 05:28:51 +00:00
parent 18a70c35b8
commit 0d4923b975
1 changed files with 5 additions and 5 deletions

View File

@ -30,15 +30,15 @@ include "PPCInstrInfo.td"
// //
def Feature64Bit : SubtargetFeature<"64bit", def Feature64Bit : SubtargetFeature<"64bit",
"Should 64 bit instructions be used">; "Enable 64-bit instructions">;
def Feature64BitRegs : SubtargetFeature<"64bitregs", def Feature64BitRegs : SubtargetFeature<"64bitregs",
"Should 64 bit registers be used">; "Enable 64-bit registers">;
def FeatureAltivec : SubtargetFeature<"altivec", def FeatureAltivec : SubtargetFeature<"altivec",
"Should Altivec instructions be used">; "Enable Altivec instructions">;
def FeatureGPUL : SubtargetFeature<"gpul", def FeatureGPUL : SubtargetFeature<"gpul",
"Should GPUL instructions be used">; "Enable GPUL instructions">;
def FeatureFSqrt : SubtargetFeature<"fsqrt", def FeatureFSqrt : SubtargetFeature<"fsqrt",
"Should the fsqrt instruction be used">; "Enable the fsqrt instruction">;
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// PowerPC chips sets supported. // PowerPC chips sets supported.