diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-03-20 20:29:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-03-20 20:29:26 +0000 |
commit | 079f946dad97b3def95bc6010e1a89f2058a69d5 (patch) | |
tree | 8fc107748eb318e0becc129e0e0ebbd750dff375 /gcc/ChangeLog | |
parent | 8d3784af8c4c56cb26ecb6b99fb7708acc48a87f (diff) | |
download | gcc-079f946dad97b3def95bc6010e1a89f2058a69d5.zip gcc-079f946dad97b3def95bc6010e1a89f2058a69d5.tar.gz gcc-079f946dad97b3def95bc6010e1a89f2058a69d5.tar.bz2 |
fold-const.c (fold): Replace "final_type" with "type".
* fold-const.c (fold): Replace "final_type" with "type".
Remove variable "final_type".
From-SVN: r79754
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae439b8..230157f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2004-03-20 Kazu Hirata <kazu@cs.umass.edu> + * fold-const.c (fold): Replace "final_type" with "type". + Remove variable "final_type". + +2004-03-20 Kazu Hirata <kazu@cs.umass.edu> + * fold-const.c (fold): Constify "type". Replace "TREE_TYPE (t)" with "type". |