fold-const.c (fold): Constify "type".
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 20 Mar 2004 20:23:33 +0000 (20:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 20 Mar 2004 20:23:33 +0000 (20:23 +0000)
commit8d3784af8c4c56cb26ecb6b99fb7708acc48a87f
tree236995e149531ea1a1f5604ee8e7b604539bb6ed
parent7f5773c6921038f292a9737d9bf4dc51595b4f12
fold-const.c (fold): Constify "type".

* fold-const.c (fold): Constify "type".
Replace "TREE_TYPE (t)" with "type".

From-SVN: r79753
gcc/ChangeLog
gcc/fold-const.c