forked from OSchip/llvm-project
64-bit reg support should not be enabled by default, as support isn't complete.
llvm-svn: 23878
This commit is contained in:
parent
75ea5b10bf
commit
c5d511c4d9
|
@ -57,12 +57,12 @@ def : Processor<"7450", G4PlusItineraries, [FeatureAltivec]>;
|
|||
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, []>;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue