This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Call get_stmt_operands from optimize_stmt
- From: law at redhat dot com
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, dnovillo at redhat dot com
- Date: Wed, 13 Aug 2003 12:58:03 -0600
- Subject: Re: [tree-ssa] Call get_stmt_operands from optimize_stmt
- Reply-to: law at redhat dot com
In message <20030813185401.GA16924@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak wri
tes:
>Hello,
>
>it happened to me that to optimize_stmt a modified statement arrived.
>This caused a problem, since use_ops were set wrongly, the change was
>done to nowhere and the variable there stayed unitialized.
>
>
> * tree-ssa-dom.c (optimize_stmt): Call get_stmt_operands.
OK.
jeff