aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorpinskia <>2006-08-13 15:49:24 +0000
committerpinskia <>2006-08-13 15:49:24 +0000
commitb3d4660aac0bb107f4dbb2f8cc4a518a64bf3e4b (patch)
tree4cd9ec711f904b7f99fef3f36b747f1624c7e62d /gcc/ChangeLog
parent31b6cea8d3e9317a27efe25289bd2856c1bc2a04 (diff)
2006-08-13 Andrew Pinski <pinskia@physics.uc.edu>predcom-last-merge
* tree-pass.h (TODO_update_ssa): Fix which bit is used to take into account for TODO_dump_cgraph. (TODO_update_ssa_no_phi): Likewise. (TODO_update_ssa_full_phi): Likewise. (TODO_update_ssa_only_virtuals): Likewise. (TODO_remove_unused_locals): Likewise. (TODO_set_props): Likewise. (TODO_update_stmt_usage): Likewise.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 78ecd6a6575..877756776bf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2006-08-13 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * tree-pass.h (TODO_update_ssa): Fix which bit is used to take
+ into account for TODO_dump_cgraph.
+ (TODO_update_ssa_no_phi): Likewise.
+ (TODO_update_ssa_full_phi): Likewise.
+ (TODO_update_ssa_only_virtuals): Likewise.
+ (TODO_remove_unused_locals): Likewise.
+ (TODO_set_props): Likewise.
+ (TODO_update_stmt_usage): Likewise.
+
2006-08-13 Dirk Mueller <dmueller@suse.de>
* c-common.c (strict_aliasing_warning): Fix formatting.