]> gcc.gnu.org Git - gcc.git/commit
Fix irix6 -O3 -funroll-all-loops bootstrap failure reported by Kaveh Ghazi.
authorJim Wilson <wilson@cygnus.com>
Mon, 22 Jun 1998 12:02:52 +0000 (12:02 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 22 Jun 1998 12:02:52 +0000 (05:02 -0700)
commitaeb2f500b073c09d86daf7d0cdbe71ddd9e1561c
treefcfeac16601900f555f6e18a00c09d9d28703514
parentefef624b6f02ae9bacb45069f79d88201b847f7c
Fix irix6 -O3 -funroll-all-loops bootstrap failure reported by Kaveh Ghazi.

* gcse.c (add_label_notes): New function.
(pre_insert_insn): Call it.
* unroll.c (unroll_loop): Look for insns with a REG_LABEL note, and
pass the label to set_label_in_map.

From-SVN: r20658
gcc/ChangeLog
gcc/gcse.c
gcc/unroll.c
This page took 0.050296 seconds and 5 git commands to generate.