Skip to content

Commit

Permalink
Fix Wdocumentation warning. NFC.
Browse files Browse the repository at this point in the history
warning: '\returns' command used in a comment that is attached to a function returning void
  • Loading branch information
RKSimon committed Jul 30, 2022
1 parent 813459e commit 49c0980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
Original file line number Diff line number Diff line change
@@ -49,7 +49,6 @@ class SIMCCodeEmitter : public AMDGPUMCCodeEmitter {
SmallVectorImpl<MCFixup> &Fixups,
const MCSubtargetInfo &STI) const override;

/// \returns the encoding for an MCOperand.
void getMachineOpValue(const MCInst &MI, const MCOperand &MO, APInt &Op,
SmallVectorImpl<MCFixup> &Fixups,
const MCSubtargetInfo &STI) const override;

0 comments on commit 49c0980

Please sign in to comment.