diff options
author | davidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-18 04:37:59 +0000 |
---|---|---|
committer | davidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-18 04:37:59 +0000 |
commit | 5ade25c666148121dba620efbfd466f6b86cca58 (patch) | |
tree | bcad50aadbbbf65014158765baa0db53144c63f4 /ChangeLog | |
parent | 0381d82327e0cc0e1f55305cd0cf078e036d1f01 (diff) | |
download | gcc-5ade25c666148121dba620efbfd466f6b86cca58.tar.gz |
comment/style fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135493 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog index 0b51053fa7e..e52412498bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,11 @@ +2008-05-18 Xinliang David Li <davidxl@google.com> + + * ChangeLog: Remove wrong ChangeLog entry. + 2008-05-17 Xinliang David Li <davidxl@google.com> - * gcc/tree-ssa-dce.c : conditional dead call elimination - * gcc/opts.c : enable the optimization at >=O2 - * gcc/common.opt : new flag for control the optimization - * gcc/doc/invoke.texi : documentation change - * gcc/testsuite/gcc.dg/cdce1.c : new test case - * gcc/testsuite/gcc.dg/cdce2.c : new test case - *MAINTAINERS : Add myself (write after approval) + * MAINTAINERS (Write After Approval): Add myself. 2008-05-15 Janus Weil <janus@gcc.gnu.org> |