1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

mark this as beta

llvm-svn: 23906
This commit is contained in:
Chris Lattner 2005-10-23 22:23:45 +00:00
parent c9a7ba7a38
commit a14bcc1e4c

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