mn10300.c (mn10300_get_live_callee_saved_regs): Add missing line to comment describin...
authorNick Clifton <nickc@redhat.com>
Mon, 18 Mar 2013 10:40:24 +0000 (10:40 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 18 Mar 2013 10:40:24 +0000 (10:40 +0000)
* config/mn10300/mn10300.c (mn10300_get_live_callee_saved_regs):
Add missing line to comment describing function.

From-SVN: r196778

gcc/ChangeLog
gcc/config/mn10300/mn10300.c

index f44089ac8664e47ceeb2136dfd1601825155b5f6..2dbb88bda38ad2dfa14042b70eef273ef65b1a79 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2013-03-18  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/56210
index f490e2d8e21a4f0e1ca29727882781740f981ed9..df563d03eac73a582233a48ea9aa61dbae6df163 100644 (file)
@@ -622,6 +622,7 @@ mn10300_can_use_rets_insn (void)
 
 /* 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.  */