]> git.ipfire.org Git - thirdparty/gcc.git/commit
d30v.c (d30v_print_operand): Handle ':'.
authorRichard Henderson <rth@cygnus.com>
Sat, 27 May 2000 19:53:21 +0000 (12:53 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 27 May 2000 19:53:21 +0000 (12:53 -0700)
commit5401747e62f5372fad25e66753f6facceded39b9
treefb7dab2d20dc23c4ec8c4ab26cf895b4f5c151eb
parent8d5e6e2527f07e6cfda3b62f1fd826006931d551
d30v.c (d30v_print_operand): Handle ':'.

        * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
        * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
        * config/d30v/d30v.md (attr predicable): New.
        (all insn patterns): Mark non-predicable patterns; use %: on the rest.
        (andsi3*): Unify into one pattern.
        (iorsi3*, xorsi3*): Likewise.
        (peephole2 patterns): Use peep2_reg_dead_p; verify not a
        conditional return.
        (old cond_exec patterns): Remove.
        (define_cond_exec): New.

From-SVN: r34204
gcc/ChangeLog
gcc/config/d30v/d30v.c
gcc/config/d30v/d30v.h
gcc/config/d30v/d30v.md