* config/frv/predicates.md (symbolic_operand): Accept CONSTs.

From-SVN: r124352
This commit is contained in:
Nick Clifton 2007-05-02 17:00:19 +00:00 committed by Nick Clifton
parent f6c5fefc1d
commit 5271f9bad5
2 changed files with 5 additions and 1 deletions

View file

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

View file

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