* config/frv/predicates.md (symbolic_operand): Accept CONSTs.
From-SVN: r124352
This commit is contained in:
parent
f6c5fefc1d
commit
5271f9bad5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-05-02 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/frv/predicates.md (symbolic_operand): Accept CONSTs.
|
||||
|
||||
2007-05-02 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/31146
|
||||
|
|
|
@ -1124,7 +1124,7 @@
|
|||
;; Returns 1 if OP is either a SYMBOL_REF or a constant.
|
||||
|
||||
(define_predicate "symbolic_operand"
|
||||
(match_code "symbol_ref,const_int")
|
||||
(match_code "symbol_ref,const,const_int")
|
||||
{
|
||||
enum rtx_code c = GET_CODE (op);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue