mark this as beta

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-10-23 22:23:45 +00:00
parent 3e808a45b3
commit aa38be17c8

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",