]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ChangeLog
2008-05-14 Kenneth Zadeck <zadeck@naturalbridge.com>
[thirdparty/gcc.git] / gcc / ChangeLog
index bbf5651a50b6ca0de90c21a5db113e07e5890481..a27f697729c5f1c41fc515e85d7d521fc17781b0 100644 (file)
@@ -1,3 +1,15 @@
+2008-05-14  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       * optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to
+       LCT_PURE and LCT_CONST_MAKE_BLOCK to LCT_CONST in calls to
+       emit_library_call_value. 
+       * builtins.c (expand_builtin_powi, expand_builtin_memcmp): Ditto.
+       * tree.h (ECF_LIBCALL_BLOCK): Removed.
+       * calls.c (initialize_argument_information, precompute_arguments, 
+       expand_call, emit_library_call_value_1): Remove ECF_LIBCALL_BLOCK.
+       (precompute_arguments): Removed flags parameter.
+       * rtl.h (LCT_CONST_MAKE_BLOCK, LCT_PURE_MAKE_BLOCK): Removed.
+       
 2008-05-14  Richard Guenther  <rguenther@suse.de>
 
        * tree-ssa-dse.c (dse_possible_dead_store_p): Remove dead code.