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

From-SVN: r120574
This commit is contained in:
Nick Clifton 2007-01-08 09:45:55 +00:00 committed by Nick Clifton
parent 152167d5d9
commit 2fe2972995
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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))
{