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: [patch][tuples] fix thinko


2008/2/25 Diego Novillo <dnovillo@google.com>:
> On Mon, Feb 25, 2008 at 12:33, Rafael Espindola <espindola@google.com> wrote:
>
>  >  I will try the tests once more. I definitely confused with something.
>
>  No worries.  I had the same fix in the latest patch I just committed.
>  There still are other failures.  If you find one, send it my way.

Wait. It should be ==. This test is in a "return false". If phi_wanted
is 0, the test becomes

if (!gimple_seq_empty_p (phi_nodes (bb)))
  return false;

Which is what we want.

>
>  Diego.
>


Cheers,
-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047


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