OSDN Git Service

* gcc/ChangeLog: right place to changes
authortomby <tomby@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 2008 13:19:29 +0000 (13:19 +0000)
committertomby <tomby@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 2008 13:19:29 +0000 (13:19 +0000)
        * ChangeLog: removed changes im bad place

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134594 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
gcc/ChangeLog

index c106513..b3f931f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,37 +1,3 @@
-2008-04-23  Tomas Bily  <tbily@suse.cz>
-
-        * tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable
-        case.
-
-        * tree-vrp.c (extract_range_from_unary_expr): Removed unused
-        NON_LVALUE_EXPR.
-
-        * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
-        
-        * tree-ssa-structalias.c (get_constraint_for): Likewise.
-
-        * tree-inline.c (estimate_num_insns_1): Likewise.
-
-        * varasm.c (const_hash_1, compare_constant, copy_constant)
-        (compute_reloc_for_constant, output_addressed_constants): Likewise.
-
-        * emit-rtl.c (component_ref_for_mem_expr)
-        (set_mem_attributes_minus_bitpos): Likewise.
-
-        * expr.c (highest_pow2_factor, expand_expr_real_1, )
-        (is_aligning_offset): Likewise.
-
-        * dwarf2out.c (loc_descriptor_from_tree_1, add_bound_info): Likewise.
-
-        * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Likewise.
-
-        * dojump.c (do_jump): Likewise.
-
-        * builtins.c (get_pointer_alignment, get_memory_rtx)
-        (integer_valued_real_p, fold_builtin_next_arg): Likewise.
-
-        * tree-scalar-evolution.c (instantiate_parameters_1): Likewise.
-
 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
 
        Sync with src:
index 9a057f3..50b7fc2 100644 (file)
@@ -1,3 +1,37 @@
+2008-04-22  Tomas Bily  <tbily@suse.cz>
+
+        * tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable
+        case.
+
+        * tree-vrp.c (extract_range_from_unary_expr): Removed unused
+        NON_LVALUE_EXPR.
+
+        * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
+
+        * tree-ssa-structalias.c (get_constraint_for): Likewise.
+
+        * tree-inline.c (estimate_num_insns_1): Likewise.
+
+        * varasm.c (const_hash_1, compare_constant, copy_constant)
+        (compute_reloc_for_constant, output_addressed_constants): Likewise.
+
+        * emit-rtl.c (component_ref_for_mem_expr)
+        (set_mem_attributes_minus_bitpos): Likewise.
+
+        * expr.c (highest_pow2_factor, expand_expr_real_1, )
+        (is_aligning_offset): Likewise.
+
+        * dwarf2out.c (loc_descriptor_from_tree_1, add_bound_info): Likewise.
+
+        * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Likewise.
+
+        * dojump.c (do_jump): Likewise.
+
+        * builtins.c (get_pointer_alignment, get_memory_rtx)
+        (integer_valued_real_p, fold_builtin_next_arg): Likewise.
+
+        * tree-scalar-evolution.c (instantiate_parameters_1): Likewise.
+
 2008-04-23  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/36017