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/explow.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/explow.c')
-rw-r--r-- | gcc/explow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index a8249999c98..9f2357aff44 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -678,7 +678,7 @@ set_mem_attributes (ref, t, objectp) MEM_IN_STRUCT_P (ref) = AGGREGATE_TYPE_P (type); /* If we are making an object of this type, we know that it is a scalar if - the type is not an aggregate. */ + the type is not an aggregate. */ if (objectp && ! AGGREGATE_TYPE_P (type)) MEM_SCALAR_P (ref) = 1; @@ -1663,7 +1663,7 @@ probe_stack_range (first, size) otherwise 0. OUTGOING is 1 if on a machine with register windows this function should return the register in which the function will put its result - and 0 otherwise. */ + and 0 otherwise. */ rtx hard_function_value (valtype, func, outgoing) |