caller-save.c (insert_one_insn): If inserting before a call_insn then the registers...
authorPranav Bhandarkar <pranav.bhandarkar@celunite.com>
Mon, 10 Dec 2007 01:01:03 +0000 (01:01 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 10 Dec 2007 01:01:03 +0000 (01:01 +0000)
commitac8bc93ea6f5d34237316f60004dd336f6a2b817
tree4d46990c076f2782885e8a8a034988ab5096b244
parent79e790677d5a0088d60da607ef0c93c1c06becb5
caller-save.c (insert_one_insn): If inserting before a call_insn then the registers containing the arguments of...

* caller-save.c (insert_one_insn): If inserting before a call_insn
then the registers containing the arguments of the call are
live_throughout in the new insn.

Co-Authored-By: Hans-Peter Nilsson <hp@axis.com>
From-SVN: r130733
gcc/ChangeLog
gcc/caller-save.c