mark this as beta

llvm-svn: 23906
This commit is contained in:
Chris Lattner 2005-10-23 22:23:45 +00:00
parent 8ff9df29a9
commit abcce5c4b3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ include "../Target.td"
def Feature64Bit : SubtargetFeature<"64bit",
"Enable 64-bit instructions">;
def Feature64BitRegs : SubtargetFeature<"64bitregs",
"Enable 64-bit registers">;
"Enable 64-bit registers [beta]">;
def FeatureAltivec : SubtargetFeature<"altivec",
"Enable Altivec instructions">;
def FeatureGPUL : SubtargetFeature<"gpul",