]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 8 Aug 2012 06:28:10 +0000 (06:28 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 8 Aug 2012 06:28:10 +0000 (06:28 +0000)
commit985e963f0c0bda074b9b71e3f443297452eee372
tree82e886e351ca4835a560129283dc5555881e17be
parent88ca9ea18f36fca948a0ca25a1762c9ec0230eac
re PR middle-end/54146 (Very slow compile with attribute((flatten)))

PR middle-end/54146
* ifcvt.c: Include pointer-set.h.
(cond_move_process_if_block): Change type of then_regs and
else_regs from alloca'd array to pointer_sets.
(check_cond_move_block): Update for this change.
(cond_move_convert_if_block): Likewise.
* Makefile.in: Fix dependencies for ifcvt.o.

From-SVN: r190222
gcc/ChangeLog
gcc/Makefile.in
gcc/ifcvt.c