mips.c (cmp_operands): Renamed from branch_cmp.
authorRichard Sandiford <rsandifo@redhat.com>
Fri, 16 Jul 2004 07:44:24 +0000 (07:44 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 16 Jul 2004 07:44:24 +0000 (07:44 +0000)
commitd7ad1e57f7f863ada2c7d51b79c9a83260c128a5
treed0082bdd1b6bab05667ec562399c4cebc4014226
parent629198e2662378fe918e4b72e1c3d0ee901a54c6
mips.c (cmp_operands): Renamed from branch_cmp.

* config/mips/mips.c (cmp_operands): Renamed from branch_cmp.
(branch_type): Delete.
(gen_conditional_branch, gen_conditional_move)
(mips_gen_conditional_trap): Update after name change.  Get the
comparison mode from cmp_operands[0].
* config/mips/mips.h (cmp_type, branch_type): Delete.
(cmp_operands): Renamed from branch_cmp.
* config/mips/mips.md (cmpsi, cmpdi, cmpsf, cmpdf): Update after
name change.  Don't set branch_type.
(seq, sne, sgt, sge, slt, sle, sgtu, sgeu, sltu, sleu): Check the
mode class of cmp_operands[0] rather than branch_type.  Update after
name change.

From-SVN: r84805
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md