From: Preston Gurd Date: Tue, 17 Sep 2013 16:53:36 +0000 (+0000) Subject: Remove unused code, which had been commented out. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2ff37c701ebb4e4d593df085fe8bb60f2d6d340a;p=oota-llvm.git 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 --- diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index a045c35d207..82716f818f6 100644 --- a/lib/Target/X86/X86.td +++ b/lib/Target/X86/X86.td @@ -173,11 +173,6 @@ def ProcIntelSLM : SubtargetFeature<"slm", "X86ProcFamily", "IntelSLM", class Proc Features> : ProcessorModel; -//class AtomProc Features> -// : ProcessorModel; -//class SLMProc Features> -// : ProcessorModel; - def : Proc<"generic", []>; def : Proc<"i386", []>; def : Proc<"i486", []>;