Fix typo
From-SVN: r151468
This commit is contained in:
parent
a7303f2bde
commit
7717df30b1
1 changed files with 2 additions and 3 deletions
|
@ -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 <jakub@redhat.com>
|
||||
|
||||
|
@ -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 <rguenther@suse.de>
|
||||
|
||||
* builtins.c (fold_builtin_memory_op): Use the alias oracle
|
||||
|
|
Loading…
Add table
Reference in a new issue