diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-01-18 13:40:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-01-18 13:40:36 +0000 |
commit | 3ef42a0c4f590a9d67b46c5aecfa5fea4546b174 (patch) | |
tree | 5c9fe756812fe0ac947a0d1762e2cb3c3e7adaf6 /gcc/rtlanal.c | |
parent | 72f02bb9dc9b7ddd0462af34f44009f699ecaf8a (diff) | |
download | gcc-3ef42a0c4f590a9d67b46c5aecfa5fea4546b174.zip gcc-3ef42a0c4f590a9d67b46c5aecfa5fea4546b174.tar.gz gcc-3ef42a0c4f590a9d67b46c5aecfa5fea4546b174.tar.bz2 |
bitmap.h: Fix comment formatting.
* bitmap.h: Fix comment formatting.
* combine.c: Likewise.
* cppfiles.c: Likewise.
* c-pragma.h: Likewise.
* c-typeck.c: Likewise.
* df.c: Likewise.
* dwarf2out.c: Likewise.
* function.c: Likewise.
* gcc.c: Likewise.
* genattrtab.c: Likewise.
* gthr-win32.h: Likewise.
* haifa-sched.c: Likewise.
* predict.c: Likewise.
* rtlanal.c: Likewise.
* rtl.h: Likewise.
* unwind-dw2-fde.h: Likewise.
* unwind-pe.h: Likewise.
* vmsdbgout.c: Likewise.
From-SVN: r48987
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 3af6da7e..5784123 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -301,7 +301,7 @@ rtx_addr_varies_p (x, for_alias) /* Return the value of the integer term in X, if one is apparent; otherwise return 0. Only obvious integer terms are detected. - This is used in cse.c with the `related_value' field.*/ + This is used in cse.c with the `related_value' field. */ HOST_WIDE_INT get_integer_term (x) |