summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-18 11:04:02 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-18 11:04:02 +0000
commite995a8088df3798762dcff9fa4008a3c342c54de (patch)
treed2289bba7c8f3fa58715d8cd8c8457f917c9e39e /llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
parent3e5045e8f143e6b8e1175552c5cfac31278ccd05 (diff)
downloadbcm5719-llvm-e995a8088df3798762dcff9fa4008a3c342c54de.tar.gz
bcm5719-llvm-e995a8088df3798762dcff9fa4008a3c342c54de.zip
Fix spelling mistakes in AMDGPU target comments. NFC.
Identified by Pedro Giffuni in PR27636. llvm-svn: 287333
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp')
-rw-r--r--llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp b/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
index b30271fc5cf..21c0a3977a2 100644
--- a/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
@@ -1147,7 +1147,7 @@ unsigned SIRegisterInfo::getMaxNumSGPRs(const MachineFunction &MF) const {
Requested = 0;
// If more SGPRs are required to support the input user/system SGPRs,
- // increase to accomodate them.
+ // increase to accommodate them.
//
// FIXME: This really ends up using the requested number of SGPRs + number
// of reserved special registers in total. Theoretically you could re-use
OpenPOWER on IntegriCloud