[llvm] r196094 - XCoreFrameLowering.cpp: Use [in, out] instead of [in] [out]. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Mon Dec 2 03:31:25 PST 2013


Author: chapuni
Date: Mon Dec  2 05:31:25 2013
New Revision: 196094

URL: http://llvm.org/viewvc/llvm-project?rev=196094&view=rev
Log:
XCoreFrameLowering.cpp: Use [in,out] instead of [in] [out]. [-Wdocumentation]

Modified:
    llvm/trunk/lib/Target/XCore/XCoreFrameLowering.cpp

Modified: llvm/trunk/lib/Target/XCore/XCoreFrameLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/XCoreFrameLowering.cpp?rev=196094&r1=196093&r2=196094&view=diff
==============================================================================
--- llvm/trunk/lib/Target/XCore/XCoreFrameLowering.cpp (original)
+++ llvm/trunk/lib/Target/XCore/XCoreFrameLowering.cpp Mon Dec  2 05:31:25 2013
@@ -75,7 +75,7 @@ static void EmitCfiOffset(MachineBasicBl
 /// IfNeededExtSP emits the necessary EXTSP instructions to move the SP only
 /// as far as to make 'OffsetFromBottom' reachable using an STWSP_lru6.
 /// \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,
                           MachineBasicBlock::iterator MBBI, DebugLoc dl,
                           const TargetInstrInfo &TII, MachineModuleInfo *MMI,
@@ -98,7 +98,7 @@ static void IfNeededExtSP(MachineBasicBl
 /// IfNeededLDAWSP emits the necessary LDAWSP instructions to move the SP only
 /// as far as to make 'OffsetFromTop' reachable using an LDAWSP_lru6.
 /// \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,
                            MachineBasicBlock::iterator MBBI, DebugLoc dl,
                            const TargetInstrInfo &TII, int OffsetFromTop,





More information about the llvm-commits mailing list