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

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 21 15:15:54 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PPC.td updated: 1.4 -> 1.5
---
Log message:

64-bit reg support should not be enabled by default, as support isn't complete.


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

 PPC.td |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/Target/PowerPC/PPC.td
diff -u llvm/lib/Target/PowerPC/PPC.td:1.4 llvm/lib/Target/PowerPC/PPC.td:1.5
--- llvm/lib/Target/PowerPC/PPC.td:1.4	Fri Oct 21 14:02:44 2005
+++ llvm/lib/Target/PowerPC/PPC.td	Fri Oct 21 17:15:43 2005
@@ -57,12 +57,12 @@
 def : Processor<"750", G3Itineraries, []>;
 def : Processor<"970", G5Itineraries,
                   [FeatureAltivec, FeatureGPUL, FeatureFSqrt,
-                   Feature64Bit, Feature64BitRegs]>;
+                   Feature64Bit /*, Feature64BitRegs*/]>;
 def : Processor<"g4", G4Itineraries, [FeatureAltivec]>;
 def : Processor<"g4+", G4PlusItineraries, [FeatureAltivec]>;
 def : Processor<"g5", G5Itineraries,
                   [FeatureAltivec, FeatureGPUL, FeatureFSqrt,
-                   Feature64Bit, Feature64BitRegs]>;
+                   Feature64Bit /*, Feature64BitRegs*/]>;
 def : Processor<"generic", G3Itineraries, []>;
 
 






More information about the llvm-commits mailing list