]> gcc.gnu.org Git - gcc.git/commit
alpha.h (alpha_compare): New.
authorRichard Henderson <rth@cygnus.com>
Wed, 8 Sep 1999 05:13:35 +0000 (22:13 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 8 Sep 1999 05:13:35 +0000 (22:13 -0700)
commit6db21c7fb889047cd93514174bc9ad937a11ba22
tree5264998229135efa266d0c973c08fd1f3c382417
parent01439aeea597671b4e292002bc2b1ae2d7e3e82d
alpha.h (alpha_compare): New.

        * alpha.h (alpha_compare): New.
        (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
        * alpha.c: Likewise for the definitions.
        (alpha_emit_conditional_branch): Update for alpha_compare.
        (alpha_emit_conditional_move): Likewise.
        * alpha.md (cmpdf, cmpdi): Likewise.
        (setcc patterns): Likewise.  Zero alpha_compare after use.
        (sne): Optimize (x != 0) into (0U < x).

From-SVN: r29183
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/alpha/alpha.md
This page took 0.055611 seconds and 5 git commands to generate.