diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-12 23:40:53 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-12 23:40:53 +0000 |
commit | aa40f56162c529feae5e13986bf6c46cf9b39245 (patch) | |
tree | f8425171fd5a2b92510be46813648f3e6a1d9f61 /gcc/rtlanal.c | |
parent | fb0df687d6dae20c622958b0203f1d5390996ed2 (diff) | |
download | gcc-aa40f56162c529feae5e13986bf6c46cf9b39245.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44837 138bc75d-0d04-0410-961f-82ee72b054a4
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 fbb393d8096..8fe3a4b5f79 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; |