[AMDGPU][NFC] Fix missing size in comment
authorCarl Ritson <carl.ritson@amd.com>
Wed, 21 Oct 2020 02:38:21 +0000 (11:38 +0900)
committerCarl Ritson <carl.ritson@amd.com>
Wed, 21 Oct 2020 02:38:21 +0000 (11:38 +0900)
llvm/lib/Target/AMDGPU/SIRegisterInfo.h

index 6cae479..978361b 100644 (file)
@@ -41,7 +41,7 @@ private:
   static std::array<std::vector<int16_t>, 16> RegSplitParts;
 
   // Table representing sub reg of given width and offset.
-  // First index is subreg size: 32, 64, 96, 128, 160, 192, 256, 512.
+  // First index is subreg size: 32, 64, 96, 128, 160, 192, 224, 256, 512.
   // Second index is 32 different dword offsets.
   static std::array<std::array<uint16_t, 32>, 9> SubRegFromChannelTable;