* basic-block.h (fixup_abnormal_edges): Adjust prototype.
commit54f21e20a8888ed9862f57194c1270949c9b7ac8
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Mar 2011 13:03:46 +0000 (26 13:03 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Mar 2011 13:03:46 +0000 (26 13:03 +0000)
treed62fdb4e2bf55596cf3feea95658385026ca7c2f
parentc53624fbd348540040a860e4903d35c9bedeb79d
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171556 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/cfgrtl.c
gcc/reg-stack.c
gcc/reload1.c