aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mn10300
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-03-18 10:40:24 +0000
committerNick Clifton <nickc@gcc.gnu.org>2013-03-18 10:40:24 +0000
commit20b2e6a0784b7e022cbf90fb7c44a4deb140dd10 (patch)
tree2fb9b212d4557c5440ec406961e280c5d1663453 /gcc/config/mn10300
parent92608d0edbcfa3a3418468a855c604e84a2aa90f (diff)
downloadgcc-20b2e6a0784b7e022cbf90fb7c44a4deb140dd10.zip
gcc-20b2e6a0784b7e022cbf90fb7c44a4deb140dd10.tar.gz
gcc-20b2e6a0784b7e022cbf90fb7c44a4deb140dd10.tar.bz2
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
Diffstat (limited to 'gcc/config/mn10300')
-rw-r--r--gcc/config/mn10300/mn10300.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mn10300/mn10300.c b/gcc/config/mn10300/mn10300.c
index f490e2d..df563d0 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. */