diff options
author | Richard Guenther <rguenther@suse.de> | 2008-01-23 10:38:21 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2008-01-23 10:38:21 +0000 |
commit | d00a01e9ee688829183405a1dbc92191ce7eeacc (patch) | |
tree | d8556d8a3189cb7f62c1d8902a5e64c9fc218bfb /gcc/ChangeLog | |
parent | 220d7253c6a07093d5e4336dd782ee771512abd3 (diff) | |
download | gcc-d00a01e9ee688829183405a1dbc92191ce7eeacc.tar.gz |
backport: builtins.c (fold_builtin_classify): Fix typo.
2008-01-23 Richard Guenther <rguenther@suse.de>
Backport from mainline
2006-10-21 Richard Guenther <rguenther@suse.de>
* builtins.c (fold_builtin_classify): Fix typo.
From-SVN: r131757
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 860e8f5ace9..4d5341e13f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2008-01-23 Richard Guenther <rguenther@suse.de> + + Backport from mainline + 2006-10-21 Richard Guenther <rguenther@suse.de> + + * builtins.c (fold_builtin_classify): Fix typo. + 2008-01-22 Eric Botcazou <ebotcazou@adacore.com> PR rtl-optimization/34628 |