This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix store motion


On Wed, Oct 24, 2001 at 03:46:30PM +0200, Jakub Jelinek wrote:
> 	* gcse.c (store_killed_in_insn): Consider pure calls
> 	as potential store killers in addition to normal calls.
> 
> 	* gcc.c-torture/execute/20011024-1.c: New test.

Ok.

> +      /* A normal or pure call might read from pattern,
> +	 but const call might not.  */

 ... but a const call will not.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]