Commit 2fe29729 by Nick Clifton Committed by Nick Clifton

* config/frv/predicates.md (reg_or_0_operand): Accept CONST_DOUBLEs.

From-SVN: r120574
parent 152167d5
2007-01-08 Nick Clifton <nickc@redhat.com>
* config/frv/predicates.md (reg_or_0_operand): Accept
CONST_DOUBLEs.
2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* config/bfin/rtems.h, config/bfin/t-rtems: New.
......
......@@ -396,7 +396,7 @@
;; appropriate type.
(define_predicate "reg_or_0_operand"
(match_code "reg,subreg,const_int")
(match_code "reg,subreg,const_int,const_double")
{
switch (GET_CODE (op))
{
......
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