From 029ba20623d31c2093e96146498e05f46222636d Mon Sep 17 00:00:00 2001 From: Konstantin Zhuravlyov Date: Tue, 12 Feb 2019 22:29:25 +0000 Subject: [PATCH] AMDGPU: Remove duplicate processor (gfx900) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353889 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AMDGPU/GCNProcessors.td | 8 -------- 1 file changed, 8 deletions(-) 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. //===------------------------------------------------------------===// -- 2.40.0