Commit 5271f9ba by Nick Clifton Committed by Nick Clifton

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

From-SVN: r124352
parent f6c5fefc
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment