From a7dce3810e3094934da73d4e79e49479716caf26 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 11 Oct 2001 12:43:43 +0000 Subject: * calls.c: Fix formatting. * c-decl.c: Likewise. * cfgcleanup.c: Likewise. * combine.c: Likewise. * cppfiles.c: Likewise. * cpplib.c: Likewise. * cppmacro.c: Likewise. * crtstuff.c: Likewise. * cse.c: Likewise. * dwarf2out.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * ggc-page.c: Likewise. * integrate.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * reorg.c: Likewise. * resource.c: Likewise. * sched-rgn.c: Likewise. * sdbout.c: Likewise. * stmt.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46182 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/reload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/reload.h') diff --git a/gcc/reload.h b/gcc/reload.h index 3e041756430..e832ed98ea4 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -183,7 +183,7 @@ extern int reload_first_uid; /* Nonzero if indirect addressing is supported when the innermost MEM is of the form (MEM (SYMBOL_REF sym)). It is assumed that the level to - which these are valid is the same as spill_indirect_levels, above. */ + which these are valid is the same as spill_indirect_levels, above. */ extern char indirect_symref_ok; -- cgit v1.2.1