fold-const.c (fold_range_test): Take decomposed arguments code, type, op0, and op1...
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 6 Mar 2005 17:20:42 +0000 (17:20 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 6 Mar 2005 17:20:42 +0000 (17:20 +0000)
commite1f04615c73d8f1f1e38c4cb2dbbb1d5e0d381a2
tree4371ab7690a0334e9452c2f0971899d9aa264ea1
parenta103aa92fde856407a611547889daa0220147ca9
fold-const.c (fold_range_test): Take decomposed arguments code, type, op0, and op1 instead of t.

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

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