diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-09 14:03:13 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-09 14:03:13 +0000 |
commit | 88b5b080c3b9fe5cc480b9e7f201d692700e3460 (patch) | |
tree | 2bca05f2ef10d55e4d51ec6066c42bb45253a03c /gcc/reload.h | |
parent | 08858aa330ad4287949ed46cea3786f723ae5e75 (diff) | |
download | gcc-88b5b080c3b9fe5cc480b9e7f201d692700e3460.tar.gz |
* c-common.h: Fix comment formatting.
* c-dump.c: Likewise.
* cfg.c: Likewise.
* diagnostic.h: Likewise.
* except.c: Likewise.
* gcc.h: Likewise.
* gcov-io.h: Likewise.
* genattrtab.c: Likewise.
* output.h: Likewise.
* predict.h: Likewise.
* reload1.c: Likewise.
* reload.h: Likewise.
* resource.h: Likewise.
* scan.h: Likewise.
* system.h: Likewise.
* tree.h: Likewise.
* tree-inline.c: Likewise.
* tsystem.h: Likewise.
* varasm.c: Likewise.
* xcoffout.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload.h')
-rw-r--r-- | gcc/reload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.h b/gcc/reload.h index edb458b902d..3e041756430 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -278,7 +278,7 @@ extern int remove_address_replacements PARAMS ((rtx in_rtx)); autoincrement and autodecrement. */ extern int operands_match_p PARAMS ((rtx, rtx)); -/* Return 1 if altering OP will not modify the value of CLOBBER. */ +/* Return 1 if altering OP will not modify the value of CLOBBER. */ extern int safe_from_earlyclobber PARAMS ((rtx, rtx)); /* Search the body of INSN for values that need reloading and record them |