]> git.ipfire.org Git - thirdparty/gcc.git/commit
fold-const.c (optimize_minmax_comparison): Take decomposed arguments code, type,...
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 6 Mar 2005 14:19:45 +0000 (14:19 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 6 Mar 2005 14:19:45 +0000 (14:19 +0000)
commitd7e5b287a07ee0615c5c8f27ac2e5f27bbb1467c
tree219caf65938492613e3650bb0a6b6835080502c1
parentc933f71e3d23b794c70aa88f5641b1368a958167
fold-const.c (optimize_minmax_comparison): Take decomposed arguments code, type, op0, and op1 instead of t.

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

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