diff options
author | Nick Clifton <nickc@redhat.com> | 2013-03-18 10:40:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2013-03-18 10:40:24 +0000 |
commit | 20b2e6a0784b7e022cbf90fb7c44a4deb140dd10 (patch) | |
tree | 2fb9b212d4557c5440ec406961e280c5d1663453 /gcc/config/mn10300 | |
parent | 92608d0edbcfa3a3418468a855c604e84a2aa90f (diff) | |
download | gcc-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.c | 1 |
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. */ |