From: Konstantin Zhuravlyov Date: Tue, 12 Feb 2019 22:29:25 +0000 (+0000) Subject: AMDGPU: Remove duplicate processor (gfx900) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=029ba20623d31c2093e96146498e05f46222636d;p=llvm AMDGPU: Remove duplicate processor (gfx900) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353889 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AMDGPU/GCNProcessors.td b/lib/Target/AMDGPU/GCNProcessors.td index a8da2ad4e88..fbbf1dea64c 100644 --- a/lib/Target/AMDGPU/GCNProcessors.td +++ b/lib/Target/AMDGPU/GCNProcessors.td @@ -136,14 +136,6 @@ def : ProcessorModel<"stoney", SIQuarterSpeedModel, FeatureISAVersion8_1_0.Features >; -//===-------------------------------------------------------------===// -// GCN GFX9. -//===-------------------------------------------------------------===// - -def : ProcessorModel<"gfx900", SIQuarterSpeedModel, - FeatureISAVersion9_0_0.Features ->; - //===------------------------------------------------------------===// // GCN GFX9. //===------------------------------------------------------------===//