From 30f7a3786cb384b94caaf87cb231f3d8c8f8acbc Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 8 Aug 2001 22:06:48 +0000 Subject: 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 --- gcc/explow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/explow.c') 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) -- cgit v1.2.1