basic-block.h (fixup_abnormal_edges): Adjust prototype.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 26 Mar 2011 13:03:46 +0000 (13:03 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 26 Mar 2011 13:03:46 +0000 (13:03 +0000)
commitba5e9aca8690bcb5ff4e353dc2738050ab3d9fd0
treed62fdb4e2bf55596cf3feea95658385026ca7c2f
parent5d369d583699112c7339f1f5555bd592f6fed70c
basic-block.h (fixup_abnormal_edges): Adjust prototype.

* basic-block.h (fixup_abnormal_edges): Adjust prototype.
* reload1.c (reload): Adjust call to fixup_abnormal_edges.  Rediscover
basic blocks and call commit_edge_insertions directly.
(fixup_abnormal_edges): Move from here to...
* cfgrtl.c (fixup_abnormal_edges): ...here.  Only insert instructions
on the edges and return whether some have actually been inserted.
* reg-stack.c (convert_regs): Fix up abnormal edges before inserting
compensation code.

From-SVN: r171556
gcc/ChangeLog
gcc/basic-block.h
gcc/cfgrtl.c
gcc/reg-stack.c
gcc/reload1.c