aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Macleod <amacleod@gcc.gnu.org>2008-09-18 14:07:35 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2008-09-18 14:07:35 +0000
commita38df783a20767dcecc045d26b4b09807576f1c6 (patch)
tree4a7c928bbed5acbb32b559eb2d6bad01e1a0f2b3 /gcc
parentffd327a731d2a63c5d1110f52596641d3b7aa819 (diff)
downloadgcc-a38df783a20767dcecc045d26b4b09807576f1c6.zip
gcc-a38df783a20767dcecc045d26b4b09807576f1c6.tar.gz
gcc-a38df783a20767dcecc045d26b4b09807576f1c6.tar.bz2
Correct the formatting
From-SVN: r140456
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0988e70..c608dcc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,10 +1,10 @@
2008-09-18 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/37102
- * tree-outof-ssa.c (remove_gimple_phi_args): Remove all the arguments from a PHI
- node. If it is a final use of an SSA_NAME, check to see if another PHI is dead.
- (eliminate_useless_phis): Rename from eliminate_virtual_phis and remove real
- PHIs which have no uses.
+ * tree-outof-ssa.c (remove_gimple_phi_args): Remove all the PHI args
+ from a node. Check to see if another PHI is dead.
+ (eliminate_useless_phis): Rename from eliminate_virtual_phis and
+ remove real PHIs which have no uses.
(rewrite_out_of_ssa): Call eliminate_useless_phis.
2008-09-18 Richard Guenther <rguenther@suse.de>