diff options
author | Bernd Schmidt <bernds@gcc.gnu.org> | 2014-05-21 09:31:52 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2014-05-21 09:31:52 +0000 |
commit | bffe67e708a2e26758f654a2122c23767f06f79a (patch) | |
tree | 7dba56c5b425430863371d063fd10e0116c17b8f /gcc | |
parent | 4120328793ec55d52d0df4d17980376ecba31cbe (diff) | |
download | gcc-bffe67e708a2e26758f654a2122c23767f06f79a.zip gcc-bffe67e708a2e26758f654a2122c23767f06f79a.tar.gz gcc-bffe67e708a2e26758f654a2122c23767f06f79a.tar.bz2 |
Fix misapplied ChangeLog patch.
From-SVN: r210686
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bfa1ec7..b0a42b9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2014-05-21 Bernd Schmidt <bernds@codesourcery.com> + * reload1.c (remove_init_insns, will_delete_init_insn_p): New static + functions. + (reload, calculate_needs_all_insns, reload_as_needed): Use them. + * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few more places. @@ -198,10 +202,6 @@ 2014-05-19 Bernd Schmidt <bernds@codesourcery.com> - * reload1.c (remove_init_insns, will_delete_init_insn_p): New static - functions. - (reload, calculate_needs_all_insns, reload_as_needed): Use them. - * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in shift simplification where it was intended. |