mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
XCoreFrameLowering.cpp: Use [in,out] instead of [in] [out]. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196094 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -75,7 +75,7 @@ static void EmitCfiOffset(MachineBasicBlock &MBB,
|
|||||||
/// IfNeededExtSP emits the necessary EXTSP instructions to move the SP only
|
/// IfNeededExtSP emits the necessary EXTSP instructions to move the SP only
|
||||||
/// as far as to make 'OffsetFromBottom' reachable using an STWSP_lru6.
|
/// as far as to make 'OffsetFromBottom' reachable using an STWSP_lru6.
|
||||||
/// \param OffsetFromTop the spill offset from the top of the frame.
|
/// \param OffsetFromTop the spill offset from the top of the frame.
|
||||||
/// \param [in] [out] Adjusted the current SP offset from the top of the frame.
|
/// \param [in,out] Adjusted the current SP offset from the top of the frame.
|
||||||
static void IfNeededExtSP(MachineBasicBlock &MBB,
|
static void IfNeededExtSP(MachineBasicBlock &MBB,
|
||||||
MachineBasicBlock::iterator MBBI, DebugLoc dl,
|
MachineBasicBlock::iterator MBBI, DebugLoc dl,
|
||||||
const TargetInstrInfo &TII, MachineModuleInfo *MMI,
|
const TargetInstrInfo &TII, MachineModuleInfo *MMI,
|
||||||
@@ -98,7 +98,7 @@ static void IfNeededExtSP(MachineBasicBlock &MBB,
|
|||||||
/// IfNeededLDAWSP emits the necessary LDAWSP instructions to move the SP only
|
/// IfNeededLDAWSP emits the necessary LDAWSP instructions to move the SP only
|
||||||
/// as far as to make 'OffsetFromTop' reachable using an LDAWSP_lru6.
|
/// as far as to make 'OffsetFromTop' reachable using an LDAWSP_lru6.
|
||||||
/// \param OffsetFromTop the spill offset from the top of the frame.
|
/// \param OffsetFromTop the spill offset from the top of the frame.
|
||||||
/// \param [in] [out] RemainingAdj the current SP offset from the top of the frame.
|
/// \param [in,out] RemainingAdj the current SP offset from the top of the frame.
|
||||||
static void IfNeededLDAWSP(MachineBasicBlock &MBB,
|
static void IfNeededLDAWSP(MachineBasicBlock &MBB,
|
||||||
MachineBasicBlock::iterator MBBI, DebugLoc dl,
|
MachineBasicBlock::iterator MBBI, DebugLoc dl,
|
||||||
const TargetInstrInfo &TII, int OffsetFromTop,
|
const TargetInstrInfo &TII, int OffsetFromTop,
|
||||||
|
Reference in New Issue
Block a user