Skip to content

Commit

Permalink
Fix code comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbedya committed Jun 20, 2024
1 parent 8664754 commit 835b2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AMDGPU/AMDGPUMIRFormatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void AMDGPUMIRFormatter::printImm(raw_ostream &OS, const MachineInstr &MI,
}

/// Implement target specific parsing of immediate mnemonics. The mnemonic is
/// dot seperated strings.
/// a string with a leading dot.
bool AMDGPUMIRFormatter::parseImmMnemonic(const unsigned OpCode,
const unsigned OpIdx,
StringRef Src, int64_t &Imm,
Expand Down

0 comments on commit 835b2e4

Please sign in to comment.