Commit ba502ad6 by DJ Delorie Committed by DJ Delorie

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

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

From-SVN: r122971
parent b746fc0e
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> 2007-03-15 Zdenek Dvorak <dvorakz@suse.cz>
* tree-ssa-loop-niter.c (record_estimate): Add "upper" argument. * tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.
......
...@@ -1271,12 +1271,6 @@ ...@@ -1271,12 +1271,6 @@
break; break;
} }
if (! integer_register_operand (XEXP (op, 0), mode))
return FALSE;
if (! gpr_or_int10_operand (XEXP (op, 1), mode))
return FALSE;
return TRUE; return TRUE;
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment