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:
parent
b746fc0e8c
commit
ba502ad6be
2 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue