Skip to content

Commit 324a15c

Browse files
committed
[AMDGPU][NFC] Fix missing size in comment
1 parent 2213a35 commit 324a15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIRegisterInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SIRegisterInfo final : public AMDGPUGenRegisterInfo {
4141
static std::array<std::vector<int16_t>, 16> RegSplitParts;
4242

4343
// Table representing sub reg of given width and offset.
44-
// First index is subreg size: 32, 64, 96, 128, 160, 192, 256, 512.
44+
// First index is subreg size: 32, 64, 96, 128, 160, 192, 224, 256, 512.
4545
// Second index is 32 different dword offsets.
4646
static std::array<std::array<uint16_t, 32>, 9> SubRegFromChannelTable;
4747

0 commit comments

Comments
 (0)