From 5a374a69fa8dd8a53aa456149e75f0c55d02e0c0 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Mon, 7 Sep 2009 06:25:59 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151468 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c08f47..e3445d1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,8 +3,8 @@ PR bootstrap/41241 * combine-stack-adj.c (try_apply_stack_adjustment): Handle stores. (combine_stack_adjustments_for_block): Allow insns between stack - adjustments and stores with corresponding with pre-(dec|inc)rement - or pre-modify. + adjustments and stores with corresponding pre-(dec|inc)rement or + pre-modify operation. 2009-09-06 Jakub Jelinek @@ -1532,7 +1532,6 @@ (mep_return_in_memory): Zero-sized objects are passed in memory. (mep_reorg_noframe): Make sure we have accurate REG_DEAD notes. - 2009-08-31 Richard Guenther * builtins.c (fold_builtin_memory_op): Use the alias oracle -- 2.7.4