mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 05:50:26 +08:00
* config/frv/predicates.md (symbolic_operand): Accept CONSTs.
From-SVN: r124352
This commit is contained in:
parent
f6c5fefc1d
commit
5271f9bad5
@ -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…
x
Reference in New Issue
Block a user