fold-const.c (fold_unary, [...]): Take decomposed arguments, code, type, op0, and...
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 9 Mar 2005 19:21:11 +0000 (19:21 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 9 Mar 2005 19:21:11 +0000 (19:21 +0000)
commitfbaa905cda199093acf4069adcb2b25ce5d0f6c1
treeebe7a797873997482f562ac91acebdcb152b0801
parent62ab45cc129875ec3baef6eea7d60c69d263d853
fold-const.c (fold_unary, [...]): Take decomposed arguments, code, type, op0, and op1 in case of fold_binary.

* fold-const.c (fold_unary, fold_binary): Take decomposed
arguments, code, type, op0, and op1 in case of fold_binary.
(fold): Update calls to fold_unary and fold_binary.

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