This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: address order and BB numbering
- From: Diego Novillo <dnovillo at redhat dot com>
- To: sean yang <seanatpurdue at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 19 May 2006 16:21:44 -0400
- Subject: Re: address order and BB numbering
- References: <BAY105-F39136F11C460A1996AA9F8C0A70@phx.gbl>
sean yang wrote on 05/19/06 15:48:
> can I assume that the final virtual address for
> an instruction in BB_m is always higher than the virtual address for an
> instruction in BB_n, when m < n.
>
No. Think code insertion.