gcse.c (insert_store): Error if try to insert store on abnormal edge.
commitb16aa8a5d930f7247ab56facac3adc67f7aebfa3
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Mon, 29 Nov 2004 00:56:58 +0000 (29 00:56 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 29 Nov 2004 00:56:58 +0000 (28 19:56 -0500)
tree4c0d3a61c11e170df36e960438ad28e74a1ff1f1
parent45d8710e5eddf8ff9b12ae8b0081389a7e40683e
gcse.c (insert_store): Error if try to insert store on abnormal edge.

* gcse.c (insert_store): Error if try to insert store on abnormal edge.
(store_motion): Don't move store if any edge we'd want to move it
to is abnormal.

From-SVN: r91447
gcc/ChangeLog
gcc/gcse.c