fold-const.c (fold_binary_op_with_conditional_arg): Take decomposed arguments code...
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 6 Mar 2005 17:23:03 +0000 (17:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 6 Mar 2005 17:23:03 +0000 (17:23 +0000)
commite9da788c505b9077a18ead1bb76372180e3d38d4
treeaa7034910386e6fc4d8ead4b1c753bf91a4359c1
parente1f04615c73d8f1f1e38c4cb2dbbb1d5e0d381a2
fold-const.c (fold_binary_op_with_conditional_arg): Take decomposed arguments code, type, op0, and op1 instead of t.

* fold-const.c (fold_binary_op_with_conditional_arg): Take
decomposed arguments code, type, op0, and op1 instead of t.
(fold_binary): Update a call to fold_range_test.

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