[tuples][patch] Dead Store Elimination

Jakub Staszak kuba@et.pl
Wed Mar 26 13:21:00 GMT 2008


On Mar 26, 2008, at 8:54 AM, Diego Novillo wrote:
> On 3/26/08 6:13 AM, Jakub Staszak wrote:
>>
>> -  return stmt_ann (stmt)->uid;
>> +  return gimple_uid (stmt);
>>  }
>>  +  phis = phi_nodes (bb);
>> +
>> +  for (gsi = gsi_start (phis); !gsi_end_p (gsi); gsi_next (&gsi))
>
> You can call gsi_start_phis() here.

Done.

> For future patches, it makes things a bit easier to review if you  
> use the -p switch to diff.

I use "svn diff" command to generate patch. There is no "-p" option.
I used http://www.xenomai.org/index.php/Teaching_-p_to_svn_diff  
tutorial.
Is it ok?

-- 
Jakub Staszak
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tuples_dse_4.diff
Type: application/octet-stream
Size: 17167 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20080326/6ada842a/attachment.obj>


More information about the Gcc-patches mailing list