diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2017-08-06 18:13:23 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2017-08-06 18:13:23 +0000 |
| commit | a7eb14afc70b7f2f3b1b5b9100a16cd436a68d26 (patch) | |
| tree | 601d407843040c8066f3c65a288ac75120d4b1ef /llvm/lib | |
| parent | 132860afe5d24d7aa2f466a6428a1e8abe701540 (diff) | |
| download | bcm5719-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.td | 2 |
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> : |

