expr.c (compare_from_rtx): Generate comparison between op0 and op1 rather than cc0...
authorIgor Shevlyakov <igor@microunity.com>
Fri, 31 May 2002 22:08:12 +0000 (22:08 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 31 May 2002 22:08:12 +0000 (15:08 -0700)
commitb2e426a0cc27661b3c296f9cb6d3cd37930f55cc
tree37f20de2062d79c28000a5fe980b1c1f90db9556
parent8b968bd15512fc8905e53bfb7ab326d0cacb147d
expr.c (compare_from_rtx): Generate comparison between op0 and op1 rather than cc0 and 0 in a case when...

        * expr.c (compare_from_rtx): Generate comparison between op0 and op1
        rather than cc0 and 0 in a case when HAVE_cc0 is not defined.

From-SVN: r54122
gcc/ChangeLog
gcc/expr.c