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] Remove some dead code.


Well, the goal was to eventually use value numbers to seed DOM/CCP, if
we aren't going to do that, yeah, we should definitely remove it.

On Mon, Jul 14, 2008 at 8:05 PM, Diego Novillo <dnovillo@google.com> wrote:
> On Mon, Jul 14, 2008 at 08:06, Richard Guenther <rguenther@suse.de> wrote:
>
>> This cleans up some remanents of the PRE rewrite.  Hopefully
>> SSA_NAME_VALUE becomes dead completely at some point.
>
> DOM and CCP are the only remaining users.  I think both should be
> fairly straightforward to convert.
>
>
> Diego.
>


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