AMDGPU: Remove outdated comment

This commit is contained in:
Matt Arsenault 2020-01-15 09:28:03 -05:00 committed by Matt Arsenault
parent ff1e3cad71
commit f5d98543b8
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ using namespace llvm;
AMDGPURegisterInfo::AMDGPURegisterInfo() : AMDGPUGenRegisterInfo(0) {}
//===----------------------------------------------------------------------===//
// Function handling callbacks - Functions are a seldom used feature of GPUS, so
// they are not supported at this time.
//===----------------------------------------------------------------------===//
// Table of NumRegs sized pieces at every 32-bit offset.
static const uint16_t SubRegFromChannelTable[][32] = {
{ AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3,