From 2ff37c701ebb4e4d593df085fe8bb60f2d6d340a Mon Sep 17 00:00:00 2001 From: Preston Gurd Date: Tue, 17 Sep 2013 16:53:36 +0000 Subject: [PATCH] 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 --- lib/Target/X86/X86.td | 5 ----- 1 file changed, 5 deletions(-) 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", []>; -- 2.11.0