Skip to content

Commit 5d9454b

Browse files
arsenmshiltian
andcommitted
Update llvm/lib/Target/AMDGPU/SIInstrInfo.h
Co-authored-by: Shilei Tian <[email protected]>
1 parent 33506ad commit 5d9454b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class SIInstrInfo final : public AMDGPUGenInstrInfo {
406406
///
407407
/// e.g. %imm = S_MOV_B64 K[0:63]
408408
/// USE %imm.sub1
409-
/// This will return k[32:63]
409+
/// This will return K[32:63]
410410
static std::optional<int64_t> extractSubregFromImm(int64_t ImmVal,
411411
unsigned SubRegIndex);
412412

0 commit comments

Comments
 (0)