Skip to content

Commit 2ccfa93

Browse files
committed
[AMDGPU] Tweak comment to fix warning from filecheck_lint.py
1 parent 81e8f01 commit 2ccfa93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/MC/AMDGPU/trap.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ s_mov_b64 ttmp[14:15], exec
191191

192192
//===----------------------------------------------------------------------===//
193193
// Trap Handler related - 8-dword registers
194-
// NB: gfx7 doc states that SMRD does not support trap registers for dst
194+
// N.B. gfx7 doc states that SMRD does not support trap registers for dst
195195
//===----------------------------------------------------------------------===//
196196

197197
s_buffer_load_dwordx8 ttmp[0:7], s[0:3], s0
@@ -224,7 +224,7 @@ s_load_dwordx8 ttmp[8:15], s[0:1], s0
224224

225225
//===----------------------------------------------------------------------===//
226226
// Trap Handler related - 16-dword registers
227-
// NB: gfx7 doc states that SMRD does not support trap registers for dst
227+
// N.B. gfx7 doc states that SMRD does not support trap registers for dst
228228
//===----------------------------------------------------------------------===//
229229

230230
s_buffer_load_dwordx16 ttmp[0:15], s[0:3], s0

0 commit comments

Comments
 (0)