predicates.md (minmax_operator): Don't check operands here.

* config/frv/predicates.md (minmax_operator): Don't check operands
here.

From-SVN: r122971
This commit is contained in:
DJ Delorie 2007-03-15 20:56:36 -04:00 committed by DJ Delorie
parent b746fc0e8c
commit ba502ad6be
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2007-03-15 DJ Delorie <dj@redhat.com>
* config/frv/predicates.md (minmax_operator): Don't check operands
here.
2007-03-15 Zdenek Dvorak <dvorakz@suse.cz>
* tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.

View File

@ -1271,12 +1271,6 @@
break;
}
if (! integer_register_operand (XEXP (op, 0), mode))
return FALSE;
if (! gpr_or_int10_operand (XEXP (op, 1), mode))
return FALSE;
return TRUE;
})