diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-08-08 22:06:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-08-08 22:06:48 +0000 |
commit | 30f7a3786cb384b94caaf87cb231f3d8c8f8acbc (patch) | |
tree | 77dd07a40f045e97f39b2d3535ca6f4cc0a8e9a8 /gcc/function.c | |
parent | 35e17f7e33498b9b9a152758dc621ee7638fdb52 (diff) | |
download | gcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.tar.gz |
dbxout.c: Fix comment formatting.
* dbxout.c: Fix comment formatting.
* dependence.c: Likewise.
* df.c: Likewise.
* diagnostic.c: Likewise.
* dominance.c: Likewise.
* doprint.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* except.c: Likewise.
* explow.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
From-SVN: r44729
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index 5a169c69f6b..f344cb53fdb 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -811,7 +811,7 @@ assign_stack_temp_for_type (mode, size, keep, type) alias set for the memory. */ set_mem_alias_set (p->slot, type ? get_alias_set (type) : 0); - /* If a type is specified, set the relevant flags. */ + /* If a type is specified, set the relevant flags. */ if (type != 0) { RTX_UNCHANGING_P (p->slot) = TYPE_READONLY (type); @@ -5703,7 +5703,7 @@ round_trampoline_addr (tramp) /* Given a trampoline address, round it then apply any platform-specific adjustments so that the result can be used for a - function call . */ + function call . */ static rtx adjust_trampoline_addr (tramp) |