From 165a7a925d73286abfc826b3d6339843b02c09e0 Mon Sep 17 00:00:00 2001 From: Stephen Lin Date: Wed, 26 Jun 2013 22:27:50 +0000 Subject: Clarify and doxygen-ify comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185030 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMBaseRegisterInfo.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/Target/ARM/ARMBaseRegisterInfo.h') diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.h b/lib/Target/ARM/ARMBaseRegisterInfo.h index be3f1368f6..cdaad053f9 100644 --- a/lib/Target/ARM/ARMBaseRegisterInfo.h +++ b/lib/Target/ARM/ARMBaseRegisterInfo.h @@ -96,14 +96,14 @@ public: const uint32_t *getCallPreservedMask(CallingConv::ID) const; const uint32_t *getNoPreservedMask() const; - // getThisReturnPreservedMask - Returns a call preserved mask specific to the - // case that 'returned' is an i32 first argument if the calling convention - // is one that can (partially) model this attribute with a preserved mask - // (i.e. it is a calling convention that uses the same register for the first - // i32 argument and an i32 return value) - // - // Should return NULL in the case that the calling convention does not have - // this property + /// getThisReturnPreservedMask - Returns a call preserved mask specific to the + /// case that 'returned' is on an i32 first argument if the calling convention + /// is one that can (partially) model this attribute with a preserved mask + /// (i.e. it is a calling convention that uses the same register for the first + /// i32 argument and an i32 return value) + /// + /// Should return NULL in the case that the calling convention does not have + /// this property const uint32_t *getThisReturnPreservedMask(CallingConv::ID) const; BitVector getReservedRegs(const MachineFunction &MF) const; -- cgit v1.2.3