diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 14:47:55 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 14:47:55 +0000 |
commit | 45498ea14d2f4cf09b4db9acbd3d73585f5dffb4 (patch) | |
tree | 64a1566fa3db7d5ae984e75042d42c81d8226d00 /gcc/reload.c | |
parent | 8c2e6a918f58eb29f43fcdf736dfab484d4e4d9d (diff) | |
download | gcc-45498ea14d2f4cf09b4db9acbd3d73585f5dffb4.tar.gz |
* combine.c: Fix comment formatting.
* loop.c: Likewise.
* real.c: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* regrename.c: Likewise.
* reg-stack.c: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* reload.h: Likewise.
* unroll.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58583 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload.c')
-rw-r--r-- | gcc/reload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index d500350f868..97b35218caa 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -6004,7 +6004,7 @@ copy_replacements_1 (px, py, orig_replacements) } } -/* Change any replacements being done to *X to be done to *Y */ +/* Change any replacements being done to *X to be done to *Y. */ void move_replacements (x, y) |