summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2017-08-06 18:13:23 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2017-08-06 18:13:23 +0000
commita7eb14afc70b7f2f3b1b5b9100a16cd436a68d26 (patch)
tree601d407843040c8066f3c65a288ac75120d4b1ef /llvm/lib
parent132860afe5d24d7aa2f466a6428a1e8abe701540 (diff)
downloadbcm5719-llvm-a7eb14afc70b7f2f3b1b5b9100a16cd436a68d26.tar.gz
bcm5719-llvm-a7eb14afc70b7f2f3b1b5b9100a16cd436a68d26.zip
AMDGPU: Fix typo in feature description
llvm-svn: 310217
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AMDGPU/AMDGPU.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPU.td b/llvm/lib/Target/AMDGPU/AMDGPU.td
index e70d0560715..6d0bb5ef19c 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPU.td
+++ b/llvm/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 <string Value> :
OpenPOWER on IntegriCloud