diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-06 16:51:21 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-06 16:51:21 +0000 |
commit | d632b59af06c9aa953ba889b1ecfe6c40fe6a2c1 (patch) | |
tree | 11295486e636ccdf75794a1c0860afe428d8372d /gcc/rtl.h | |
parent | eeb9edcbc5e790c7c0a10ce65d5061e1103f2af1 (diff) | |
download | gcc-d632b59af06c9aa953ba889b1ecfe6c40fe6a2c1.tar.gz |
* alias.c: Fix comment typos.
* builtins.c: Likewise.
* cfg.c: Likewise.
* df.c: Likewise.
* dominance.c: Likewise.
* dwarf2out.c: Likewise.
* emit-rtl.c: Likewise.
* expr.c: Likewise.
* final.c: Likewise.
* fold-const.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* genrecog.c: Likewise.
* gensupport.c: Likewise.
* ggc-zone.c: Likewise.
* integrate.c: Likewise.
* local-alloc.c: Likewise.
* loop.c: Likewise.
* recog.c: Likewise.
* regmove.c: Likewise.
* reg-stack.c: Likewise.
* reorg.c: Likewise.
* rtlanal.c: Likewise.
* rtl.h: Likewise.
* sched-ebb.c: Likewise.
* simplify-rtx.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75475 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 12c70509923..d403dda195b 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1986,7 +1986,7 @@ struct cse_basic_block_data; N times that of a fast register-to-register instruction. */ #define COSTS_N_INSNS(N) ((N) * 4) -/* Maximum cost of a rtl expression. This value has the special meaning +/* Maximum cost of an rtl expression. This value has the special meaning not to use an rtx with this cost under any circumstances. */ #define MAX_COST INT_MAX |