Remove unused code, which had been commented out.
authorPreston Gurd <preston.gurd@intel.com>
Tue, 17 Sep 2013 16:53:36 +0000 (16:53 +0000)
committerPreston Gurd <preston.gurd@intel.com>
Tue, 17 Sep 2013 16:53:36 +0000 (16:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190869 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.td

index a045c35d2079e18774ca35d5fd8f37aea5be45c5..82716f818f647ba92148fcbbbbd6c908845ca609 100644 (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",            []>;