This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [lto] Fix streaming of edge->can_throw_external


On Mon, Jul 13, 2009 at 19:18, Steven Bosscher<stevenb.gcc@gmail.com> wrote:
> On Tue, Jul 14, 2009 at 1:15 AM, Diego Novillo<dnovillo@google.com> wrote:
>> + Âuid = flag_wpa ? edge->lto_stmt_uid : gimple_uid (edge->call_stmt);
>
> Just curious, buteh, what is the difference here beteen flag_wpa and !flag_wpa?

With WPA we are doing analysis without having the function bodies
around, so there is no physical statement where to get the uid from.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]