mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]
\param should be used to describe individual parameters. Use a command like \a or \c for visual enhancements. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189905 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a69049b62
commit
06351cd0ff
@ -335,7 +335,7 @@ public:
|
||||
return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, "");
|
||||
}
|
||||
|
||||
/// \brief .cfi_adjust_cfa_offset Same as .cfi_def_cfa_offset, but \param
|
||||
/// \brief .cfi_adjust_cfa_offset Same as .cfi_def_cfa_offset, but
|
||||
/// Offset is a relative value that is added/subtracted from the previous
|
||||
/// offset.
|
||||
static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) {
|
||||
@ -357,8 +357,8 @@ public:
|
||||
return MCCFIInstruction(OpRelOffset, L, Register, Offset, "");
|
||||
}
|
||||
|
||||
/// \brief .cfi_register Previous value of \param Register1 is saved in
|
||||
/// register \param Register2.
|
||||
/// \brief .cfi_register Previous value of Register1 is saved in
|
||||
/// register Register2.
|
||||
static MCCFIInstruction createRegister(MCSymbol *L, unsigned Register1,
|
||||
unsigned Register2) {
|
||||
return MCCFIInstruction(OpRegister, L, Register1, Register2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user