[llvm] r190869 - Remove unused code, which had been commented out.

Preston Gurd preston.gurd at intel.com
Tue Sep 17 09:53:36 PDT 2013


Author: pgurd
Date: Tue Sep 17 11:53:36 2013
New Revision: 190869

URL: http://llvm.org/viewvc/llvm-project?rev=190869&view=rev
Log:
Remove unused code, which had been commented out.


Modified:
    llvm/trunk/lib/Target/X86/X86.td

Modified: llvm/trunk/lib/Target/X86/X86.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86.td?rev=190869&r1=190868&r2=190869&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86.td (original)
+++ llvm/trunk/lib/Target/X86/X86.td Tue Sep 17 11:53:36 2013
@@ -173,11 +173,6 @@ def ProcIntelSLM  : SubtargetFeature<"sl
 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",            []>;





More information about the llvm-commits mailing list