mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Remove unused code, which had been commented out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190869 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
496f02481d
commit
2ff37c701e
@ -173,11 +173,6 @@ def ProcIntelSLM : SubtargetFeature<"slm", "X86ProcFamily", "IntelSLM",
|
||||
class Proc<string Name, list<SubtargetFeature> Features>
|
||||
: ProcessorModel<Name, GenericModel, Features>;
|
||||
|
||||
//class AtomProc<string Name, list<SubtargetFeature> Features>
|
||||
// : ProcessorModel<Name, AtomModel, Features>;
|
||||
//class SLMProc<string Name, list<SubtargetFeature> Features>
|
||||
// : ProcessorModel<Name, SLMModel, Features>;
|
||||
|
||||
def : Proc<"generic", []>;
|
||||
def : Proc<"i386", []>;
|
||||
def : Proc<"i486", []>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user