[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 15:23:56 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PPC.td updated: 1.8 -> 1.9
---
Log message:

mark this as beta


---
Diffs of the changes:  (+1 -1)

 PPC.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPC.td
diff -u llvm/lib/Target/PowerPC/PPC.td:1.8 llvm/lib/Target/PowerPC/PPC.td:1.9
--- llvm/lib/Target/PowerPC/PPC.td:1.8	Sun Oct 23 17:08:13 2005
+++ llvm/lib/Target/PowerPC/PPC.td	Sun Oct 23 17:23:45 2005
@@ -22,7 +22,7 @@
 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",






More information about the llvm-commits mailing list