This is the mail archive of the gcc-prs@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]

optimization/6233


The following reply was made to PR optimization/6233; it has been noted by GNATS.

From: amodra@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: optimization/6233
Date: 10 Apr 2002 06:52:22 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	amodra@gcc.gnu.org	2002-04-09 23:52:22
 
 Modified files:
 	gcc            : ChangeLog rtlanal.c rtl.h loop.c gcse.c 
 
 Log message:
 	PR optimization/6233
 	* rtlanal.c (pure_call_p): New function.
 	* rtl.h (pure_call_p): Declare.
 	* loop.c (prescan_loop): Use it to set has_nonconst_call.
 	* gcse.c (store_killed_in_insn): Use pure_call_p here too.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.330&r2=1.13152.2.331
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtlanal.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.126&r2=1.126.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.331&r2=1.331.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.389.2.4&r2=1.389.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcse.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.177.2.4&r2=1.177.2.5
 


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