From 9cf30e4f29260dc644de2c4a5521a0c00a0abc7a Mon Sep 17 00:00:00 2001 From: Konstantin Zhuravlyov Date: Tue, 12 Feb 2019 22:49:49 +0000 Subject: [PATCH] AMDGPU/NFC: Remove SubtargetFeatureISAVersion since it is not used anywhere git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353892 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AMDGPU/AMDGPU.td | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/Target/AMDGPU/AMDGPU.td b/lib/Target/AMDGPU/AMDGPU.td index e37fd0a2481..0b0c125e73f 100644 --- a/lib/Target/AMDGPU/AMDGPU.td +++ b/lib/Target/AMDGPU/AMDGPU.td @@ -470,16 +470,6 @@ def FeatureGFX9 : GCNSubtargetFeatureGeneration<"GFX9", ] >; -class SubtargetFeatureISAVersion Implies> - : SubtargetFeature < - "isaver"#Major#"."#Minor#"."#Stepping, - "IsaVersion", - "ISAVersion"#Major#"_"#Minor#"_"#Stepping, - "Instruction set version number", - Implies ->; - class FeatureSet Features_> { list Features = Features_; } -- 2.50.1