diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-27 18:11:27 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-27 18:11:27 +0000 |
commit | f34d99dfb4e3255d901cbd0bd62ea13e91358fa5 (patch) | |
tree | ea896866898009fbc056efc76968728e2f6f46ad /gcc/ChangeLog | |
parent | 05927e409381dcdbb63e22b18f2906f1241775c6 (diff) | |
download | gcc-f34d99dfb4e3255d901cbd0bd62ea13e91358fa5.tar.gz |
* flow.c (flow_loop_dump): Do not display insn UIDs if this is not
an RTL basic block.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45201 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2484f2fd970..3b3c167d136 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-27 Diego Novillo <dnovillo@redhat.com> + + * flow.c (flow_loop_dump): Do not display insn UIDs if this is not + an RTL basic block. + 2001-08-27 Richard Henderson <rth@redhat.com> * function.c (expand_function_end): Don't init arg_pointer_save_area. |