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
This commit is contained in:
Nick Clifton 2013-03-18 10:40:24 +00:00 committed by Nick Clifton
parent 92608d0edb
commit 20b2e6a078
2 changed files with 6 additions and 0 deletions

View 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> 2013-03-18 Richard Biener <rguenther@suse.de>
PR tree-optimization/56210 PR tree-optimization/56210

View File

@ -622,6 +622,7 @@ mn10300_can_use_rets_insn (void)
/* Returns the set of live, callee-saved registers as a bitmask. The /* Returns the set of live, callee-saved registers as a bitmask. The
callee-saved extended registers cannot be stored individually, so 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 Also returns the number of bytes in the registers in the mask if
BYTES_SAVED is not NULL. */ BYTES_SAVED is not NULL. */