This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Calling life_analysis from other optimizers (i.e. VRP)
- To: John Wehle <john at feith dot com>
- Subject: Re: Calling life_analysis from other optimizers (i.e. VRP)
- From: Richard Henderson <rth at cygnus dot com>
- Date: Fri, 23 Jun 2000 09:36:26 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <200006190519.BAA08831@jwlab.FEITH.COM>
On Mon, Jun 19, 2000 at 01:19:18AM -0400, John Wehle wrote:
> Any problem with VRP calling:
>
> life_analysis (get_insns (), NULL, PROP_KILL_DEAD_CODE | PROP_SCAN_DEAD_CODE);
>
> before starting its main loop?
None.
r~