aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-10-09 14:03:13 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-10-09 14:03:13 +0000
commit2ba84f36eaafd1d53db407e775fff7a286efe004 (patch)
tree2bca05f2ef10d55e4d51ec6066c42bb45253a03c /gcc/reload1.c
parent77332b4e0b7f45f1cbba6b624765fa041c85efa7 (diff)
downloadgcc-2ba84f36eaafd1d53db407e775fff7a286efe004.zip
gcc-2ba84f36eaafd1d53db407e775fff7a286efe004.tar.gz
gcc-2ba84f36eaafd1d53db407e775fff7a286efe004.tar.bz2
c-common.h: Fix comment formatting.
* c-common.h: Fix comment formatting. * c-dump.c: Likewise. * cfg.c: Likewise. * diagnostic.h: Likewise. * except.c: Likewise. * gcc.h: Likewise. * gcov-io.h: Likewise. * genattrtab.c: Likewise. * output.h: Likewise. * predict.h: Likewise. * reload1.c: Likewise. * reload.h: Likewise. * resource.h: Likewise. * scan.h: Likewise. * system.h: Likewise. * tree.h: Likewise. * tree-inline.c: Likewise. * tsystem.h: Likewise. * varasm.c: Likewise. * xcoffout.h: Likewise. From-SVN: r46122
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r--gcc/reload1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index de868e6..74783ef 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -790,7 +790,7 @@ reload (first, global)
{
/* Always unshare the equivalence, so we can
substitute into this insn without touching the
- equivalence. */
+ equivalence. */
reg_equiv_memory_loc[i] = copy_rtx (x);
}
else if (function_invariant_p (x))