diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-22 06:25:09 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-22 06:25:09 +0000 |
commit | 2b72593e40e7c04cf3fe7cdb35878c307825b3a9 (patch) | |
tree | e50a7ba11e4692298c71e9fbaa8414131cd2a534 /gcc/recog.c | |
parent | 8a4a2253e3f665d4ed0d9bc7e35068081c338a15 (diff) | |
download | gcc-2b72593e40e7c04cf3fe7cdb35878c307825b3a9.zip gcc-2b72593e40e7c04cf3fe7cdb35878c307825b3a9.tar.gz gcc-2b72593e40e7c04cf3fe7cdb35878c307825b3a9.tar.bz2 |
builtin-attrs.def: Fix comment formatting.
* builtin-attrs.def: Fix comment formatting.
* c-pretty-print.c: Likewise.
* diagnostic.h: Likewise.
* langhooks.h: Likewise.
* recog.c: Likewise.
* simplify-rtx.c: Likewise.
* tree.def: Likewise.
From-SVN: r70676
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 7e75f34..02ae71d 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -1949,7 +1949,7 @@ offsettable_address_p (int strictp, enum machine_mode mode, rtx y) because the amount of the increment depends on the mode. */ int -mode_dependent_address_p (rtx addr ATTRIBUTE_UNUSED /* Maybe used in GO_IF_MODE_DEPENDENT_ADDRESS. */) +mode_dependent_address_p (rtx addr ATTRIBUTE_UNUSED /* Maybe used in GO_IF_MODE_DEPENDENT_ADDRESS. */) { GO_IF_MODE_DEPENDENT_ADDRESS (addr, win); return 0; |