mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Remove xs1a subtarget. xs1a is a preproduction device used in
early development boards which is no longer supported in the XMOS toolchain. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -33,10 +33,6 @@ def XCoreInstrInfo : InstrInfo {
|
||||
// XCore Subtarget features.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
def FeatureXS1A
|
||||
: SubtargetFeature<"xs1a", "IsXS1A", "true",
|
||||
"Enable XS1A instructions">;
|
||||
|
||||
def FeatureXS1B
|
||||
: SubtargetFeature<"xs1b", "IsXS1B", "true",
|
||||
"Enable XS1B instructions">;
|
||||
@@ -48,8 +44,7 @@ def FeatureXS1B
|
||||
class Proc<string Name, list<SubtargetFeature> Features>
|
||||
: Processor<Name, NoItineraries, Features>;
|
||||
|
||||
def : Proc<"generic", [FeatureXS1A]>;
|
||||
def : Proc<"xs1a-generic", [FeatureXS1A]>;
|
||||
def : Proc<"generic", [FeatureXS1B]>;
|
||||
def : Proc<"xs1b-generic", [FeatureXS1B]>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Reference in New Issue
Block a user