mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
* config/frv/predicates.md (reg_or_0_operand): Accept CONST_DOUBLEs.
From-SVN: r120574
This commit is contained in:
parent
152167d5d9
commit
2fe2972995
@ -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.
|
||||
|
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user