This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Unreviewed patches
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 03 Mar 2004 23:40:48 -0500 (EST)
- Subject: Unreviewed patches
Hi,
Could somebody review these?
[patch] Remove flow_preorder_transversal_compute.
http://gcc.gnu.org/ml/gcc-patches/2004-02/msg02324.html
Zack reviewed the above once and suggested me to look for places where
this function should be used. Well, AFAIK, it was added as a part of
John Wehle's Value Range Propagation patch, but VRP never made it into
the repository even though several helper functions did, so this patch
should be OK.
[patch] postreload.c: Teach move2add how to handle single_set.
http://gcc.gnu.org/ml/gcc-patches/2004-02/msg02613.html
Thanks,
Kazu Hirata