]> git.ipfire.org Git - thirdparty/gcc.git/commit
If a pass occurs in several pass lists...
authorDuncan Sands <baldrick@free.fr>
Mon, 22 Feb 2010 14:18:10 +0000 (15:18 +0100)
committerDuncan Sands <baldrick@gcc.gnu.org>
Mon, 22 Feb 2010 14:18:10 +0000 (14:18 +0000)
commit669887fc19f995611f6dd7ed923aa6bd2726bbc1
tree069106f741da0cb8952d28b2c2cd0ec8010b6fd1
parent9efc83f4ba0dc4c9148256f477f203eab10134db
If a pass occurs in several pass lists...

If a pass occurs in several pass lists, like pass_cleanup_eh which occurs in
both all_small_ipa_passes and all_passes, make sure all instances of it are
considered for replacement/insertion when ref_pass_instance_number is zero,
not just the instance in the first pass list.

From-SVN: r156961
gcc/ChangeLog
gcc/passes.c