diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-03 10:45:53 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-03 10:45:53 +0000 |
commit | 578ef7233480f2d3c762b176d186a752cc85f0df (patch) | |
tree | 0fb1c0e8fff90e99e9b24b45b8fe0816a66b7d39 /gcc/ChangeLog | |
parent | 9141e8bddf3974f487c014fb47b3d70c6e442458 (diff) | |
download | ppe42-gcc-578ef7233480f2d3c762b176d186a752cc85f0df.tar.gz ppe42-gcc-578ef7233480f2d3c762b176d186a752cc85f0df.zip |
PR middle-end/34317
* opts.c (common_handle_option): Handle OPT_ftree_store_copy_prop.
* common.opt (ftree-store-copy-prop): Use the same help text as for
other nop switches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130579 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 778160cc93c..67428d37ed3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2007-12-03 Jakub Jelinek <jakub@redhat.com> + + PR middle-end/34317 + * opts.c (common_handle_option): Handle OPT_ftree_store_copy_prop. + * common.opt (ftree-store-copy-prop): Use the same help text as for + other nop switches. + 2007-12-02 Ayal Zaks <zaks@il.ibm.com> Revital Eres <eres@il.ibm.com> |