Skip to content

Commit 49c0980

Browse files
committed
Fix Wdocumentation warning. NFC.
warning: '\returns' command used in a comment that is attached to a function returning void
1 parent 813459e commit 49c0980

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class SIMCCodeEmitter : public AMDGPUMCCodeEmitter {
4949
SmallVectorImpl<MCFixup> &Fixups,
5050
const MCSubtargetInfo &STI) const override;
5151

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

0 commit comments

Comments
 (0)