This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Commit: MN10300: Add missing comment line


Hi Guys

  I am applying this patch as obvious.  It adds a line missing from the
  comment describing the mn10300_get_live_callee_saved_regs function.

Cheers
  Nick

gcc/ChangeLog
2013-03-18  Nick Clifton  <nickc@redhat.com>

	* config/mn10300/mn10300.c (mn10300_get_live_callee_saved_regs):
	Add missing line to comment describing function.

Index: gcc/config/mn10300/mn10300.c
===================================================================
--- gcc/config/mn10300/mn10300.c	(revision 196767)
+++ gcc/config/mn10300/mn10300.c	(working copy)
@@ -622,6 +622,7 @@
 
 /* Returns the set of live, callee-saved registers as a bitmask.  The
    callee-saved extended registers cannot be stored individually, so
+   all of them will be included in the mask if any one of them is used.
    Also returns the number of bytes in the registers in the mask if
    BYTES_SAVED is not NULL.  */
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]