From: Nick Clifton Date: Mon, 18 Mar 2013 10:40:24 +0000 (+0000) Subject: mn10300.c (mn10300_get_live_callee_saved_regs): Add missing line to comment describin... X-Git-Tag: releases/gcc-4.9.0~6997 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20b2e6a0784b7e022cbf90fb7c44a4deb140dd10;p=thirdparty%2Fgcc.git mn10300.c (mn10300_get_live_callee_saved_regs): Add missing line to comment describing function. * config/mn10300/mn10300.c (mn10300_get_live_callee_saved_regs): Add missing line to comment describing function. From-SVN: r196778 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f44089ac8664..2dbb88bda38a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-03-18 Nick Clifton + + * config/mn10300/mn10300.c (mn10300_get_live_callee_saved_regs): + Add missing line to comment describing function. + 2013-03-18 Richard Biener PR tree-optimization/56210 diff --git a/gcc/config/mn10300/mn10300.c b/gcc/config/mn10300/mn10300.c index f490e2d8e21a..df563d03eac7 100644 --- a/gcc/config/mn10300/mn10300.c +++ b/gcc/config/mn10300/mn10300.c @@ -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. */