alpha.c (alpha_emit_conditional_branch): TFmode NE comparison should be done vs ...
authorRichard Henderson <rth@redhat.com>
Thu, 28 Mar 2002 18:52:43 +0000 (10:52 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 28 Mar 2002 18:52:43 +0000 (10:52 -0800)
commitb8de5050cbe9d296cee16332684b2eb31c277fd6
tree83e2591ec6db4aa0ee2b00033360f3b627aa6e69
parent619708cce29db738d1926514d92c07b24f689b22
alpha.c (alpha_emit_conditional_branch): TFmode NE comparison should be done vs !=0 not >0 return code.

        * config/alpha/alpha.c (alpha_emit_conditional_branch): TFmode NE
        comparison should be done vs !=0 not >0 return code.  Tidy cases.

From-SVN: r51519
gcc/ChangeLog
gcc/config/alpha/alpha.c