This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] What does bsi_next_in_bb do?
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: 16 Jul 2003 15:23:45 -0400
- Subject: Re: [tree-ssa] What does bsi_next_in_bb do?
- Organization: Red Hat Canada
- References: <1058382982.2838.7.camel@steven.lr-s.tudelft.nl>
On Wed, 2003-07-16 at 15:16, Steven Bosscher wrote:
> /* Similar to tsi_step() but stops at basic block boundaries and ignores
> empty statement nodes inside a basic block. */
>
> But tsi_step() does not exist...
>
That ought to read tsi_next().
Diego.