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] |
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.
For future patches, it makes things a bit easier to review if you use the -p switch to diff.
-- Jakub Staszak
Attachment:
tuples_dse_4.diff
Description: Binary data
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |