mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
64-bit reg support should not be enabled by default, as support isn't complete.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23878 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8597ca698
commit
4245f1d790
@ -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
Block a user