Commit a38df783 by Andrew Macleod

Correct the formatting

From-SVN: r140456
parent ffd327a7
2008-09-18 Andrew MacLeod <amacleod@redhat.com> 2008-09-18 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/37102 PR tree-optimization/37102
* tree-outof-ssa.c (remove_gimple_phi_args): Remove all the arguments from a PHI * tree-outof-ssa.c (remove_gimple_phi_args): Remove all the PHI args
node. If it is a final use of an SSA_NAME, check to see if another PHI is dead. from a node. Check to see if another PHI is dead.
(eliminate_useless_phis): Rename from eliminate_virtual_phis and remove real (eliminate_useless_phis): Rename from eliminate_virtual_phis and
PHIs which have no uses. remove real PHIs which have no uses.
(rewrite_out_of_ssa): Call eliminate_useless_phis. (rewrite_out_of_ssa): Call eliminate_useless_phis.
2008-09-18 Richard Guenther <rguenther@suse.de> 2008-09-18 Richard Guenther <rguenther@suse.de>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment