diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-08-12 23:40:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-08-12 23:40:53 +0000 |
commit | dc297297ea56b13efad4bcddab5359fae7d819c1 (patch) | |
tree | f8425171fd5a2b92510be46813648f3e6a1d9f61 /gcc/rtlanal.c | |
parent | f0d1c3bd39e6379bf2c1b53071c62baeabeb2174 (diff) | |
download | gcc-dc297297ea56b13efad4bcddab5359fae7d819c1.zip gcc-dc297297ea56b13efad4bcddab5359fae7d819c1.tar.gz gcc-dc297297ea56b13efad4bcddab5359fae7d819c1.tar.bz2 |
gcc.c: Fix comment formatting.
* gcc.c: Fix comment formatting.
* gccspec.c: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* genemit.c: Likewise.
* gengenrtl.c: Likewise.
* genrecog.c: Likewise.
* gensupport.c: Likewise.
* ggc-page.c: Likewise.
* global.c: Likewise.
* graph.c: Likewise.
* ifcvt.c: Likewise.
* integrate.c: Likewise.
* lcm.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* mbchar.c: Likewise.
* optabs.c: Likewise.
* predict.c: Likewise.
* prefix.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* reg-stack.c: Likewise.
* reload1.c: Likewise.
* resource.c: Likewise.
* rtlanal.c: Likewise.
* rtl.c: Likewise.
From-SVN: r44837
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index fbb393d..8fe3a4b 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -2224,7 +2224,7 @@ replace_rtx (x, from, to) register const char *fmt; /* The following prevents loops occurrence when we change MEM in - CONST_DOUBLE onto the same CONST_DOUBLE. */ + CONST_DOUBLE onto the same CONST_DOUBLE. */ if (x != 0 && GET_CODE (x) == CONST_DOUBLE) return x; @@ -2773,7 +2773,7 @@ subreg_regno_offset (xregno, xmode, offset, ymode) return ret; } -/* Return the final regno that a subreg expression refers to. */ +/* Return the final regno that a subreg expression refers to. */ unsigned int subreg_regno (x) rtx x; |