diff --git a/llvm/lib/Target/AMDGPU/GCNProcessors.td b/llvm/lib/Target/AMDGPU/GCNProcessors.td index b5ffa64c3a4b4..217942c7e539c 100644 --- a/llvm/lib/Target/AMDGPU/GCNProcessors.td +++ b/llvm/lib/Target/AMDGPU/GCNProcessors.td @@ -9,11 +9,11 @@ // The code produced for "generic" is only useful for tests and cannot // reasonably be expected to execute on any particular target. def : ProcessorModel<"generic", NoSchedModel, - [FeatureGDS, FeatureGWS] + [FeatureGDS] >; def : ProcessorModel<"generic-hsa", NoSchedModel, - [FeatureGDS, FeatureGWS, FeatureFlatAddressSpace] + [FeatureGDS, FeatureFlatAddressSpace] >; //===------------------------------------------------------------===//