From 3ef42a0c4f590a9d67b46c5aecfa5fea4546b174 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 18 Jan 2002 13:40:36 +0000 Subject: bitmap.h: Fix comment formatting. * bitmap.h: Fix comment formatting. * combine.c: Likewise. * cppfiles.c: Likewise. * c-pragma.h: Likewise. * c-typeck.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genattrtab.c: Likewise. * gthr-win32.h: Likewise. * haifa-sched.c: Likewise. * predict.c: Likewise. * rtlanal.c: Likewise. * rtl.h: Likewise. * unwind-dw2-fde.h: Likewise. * unwind-pe.h: Likewise. * vmsdbgout.c: Likewise. From-SVN: r48987 --- gcc/rtl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index 76ce3f9..3147926 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -875,7 +875,7 @@ extern unsigned int subreg_regno PARAMS ((rtx)); #define MEM_IN_STRUCT_P(RTX) ((RTX)->in_struct) /* For a MEM rtx, 1 if it refers to a scalar. If zero, RTX may or may - not refer to a scalar.*/ + not refer to a scalar. */ #define MEM_SCALAR_P(RTX) ((RTX)->frame_related) /* If VAL is non-zero, set MEM_IN_STRUCT_P and clear MEM_SCALAR_P in -- cgit v1.1