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:
Preston Gurd 2013-09-17 16:53:36 +00:00
parent 496f02481d
commit 2ff37c701e

View File

@ -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", []>;