diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-08 00:35:15 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-08 00:35:15 +0000 |
commit | 088f179c75e7f00ba18e7bcf4cdfc0947a7b4d80 (patch) | |
tree | f00cdeb1d9295137701d498288fd8142cfc6c441 /gcc/ChangeLog | |
parent | c5599633f0218f38247194ae955738409a752951 (diff) | |
download | gcc-088f179c75e7f00ba18e7bcf4cdfc0947a7b4d80.tar.gz |
* cfgrtl.c: Include recog.h and insn-config.h.
(keep_with_call_p): Fix general_operand invocation.
* Makefile.in (cfgrtl.o): Update dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49598 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b5136a273e..5674f97e862 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-02-07 Richard Henderson <rth@redhat.com> + + * cfgrtl.c: Include recog.h and insn-config.h. + (keep_with_call_p): Fix general_operand invocation. + * Makefile.in (cfgrtl.o): Update dependencies. + 2002-02-07 Kazu Hirata <kazu@hxi.com> * config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a |