summaryrefslogtreecommitdiff
path: root/gcc/config/mn10300
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-18 10:40:24 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-18 10:40:24 +0000
commit23ecf105c0ffa9652bdfe65d0f56002371e482d0 (patch)
tree2fb9b212d4557c5440ec406961e280c5d1663453 /gcc/config/mn10300
parent4953672f2e14305e7abd90fadea319c02c8b4188 (diff)
downloadgcc-23ecf105c0ffa9652bdfe65d0f56002371e482d0.tar.gz
* config/mn10300/mn10300.c (mn10300_get_live_callee_saved_regs):
Add missing line to comment describing function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196778 138bc75d-0d04-0410-961f-82ee72b054a4
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 f490e2d8e21..df563d03eac 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. */