From 4e37712e3bae97db5c11e8a9498816ac32a0e54f Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sun, 6 Aug 2017 18:13:23 +0000 Subject: [PATCH] AMDGPU: Fix typo in feature description git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310217 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AMDGPU/AMDGPU.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/AMDGPU/AMDGPU.td b/lib/Target/AMDGPU/AMDGPU.td index e70d0560715..6d0bb5ef19c 100644 --- a/lib/Target/AMDGPU/AMDGPU.td +++ b/lib/Target/AMDGPU/AMDGPU.td @@ -125,7 +125,7 @@ def FeatureXNACK : SubtargetFeature<"xnack", def FeatureSGPRInitBug : SubtargetFeature<"sgpr-init-bug", "SGPRInitBug", "true", - "VI SGPR initilization bug requiring a fixed SGPR allocation size" + "VI SGPR initialization bug requiring a fixed SGPR allocation size" >; class SubtargetFeatureFetchLimit : -- 2.50.1