From 2ccfa93ddb2efabd05b56cb12122ab0b8cae27a1 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Thu, 20 Jun 2024 10:07:10 +0100 Subject: [AMDGPU] Tweak comment to fix warning from filecheck_lint.py --- llvm/test/MC/AMDGPU/trap.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/MC/AMDGPU/trap.s b/llvm/test/MC/AMDGPU/trap.s index 366ba7f..56cc685 100644 --- a/llvm/test/MC/AMDGPU/trap.s +++ b/llvm/test/MC/AMDGPU/trap.s @@ -191,7 +191,7 @@ s_mov_b64 ttmp[14:15], exec //===----------------------------------------------------------------------===// // Trap Handler related - 8-dword registers -// NB: gfx7 doc states that SMRD does not support trap registers for dst +// N.B. gfx7 doc states that SMRD does not support trap registers for dst //===----------------------------------------------------------------------===// 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 //===----------------------------------------------------------------------===// // Trap Handler related - 16-dword registers -// NB: gfx7 doc states that SMRD does not support trap registers for dst +// N.B. gfx7 doc states that SMRD does not support trap registers for dst //===----------------------------------------------------------------------===// s_buffer_load_dwordx16 ttmp[0:15], s[0:3], s0 -- cgit v1.1