Commit 6e60976f by Stephane Carrez Committed by Stephane Carrez

re PR target/21281 (ICE with building newlib)

	PR target/21281
	* config/m68hc11/predicates.md (splitable_operand): An immediate is
	allowed.

From-SVN: r99406
parent 02ee533e
2005-05-08 Stephane Carrez <stcarrez@nerim.fr>
PR target/21281
* config/m68hc11/predicates.md (splitable_operand): An immediate is
allowed.
2005-05-08 Stephane Carrez <stcarrez@nerim.fr>
* config/m68hc11/predicates.md (reg_or_some_mem_operand): Do not allow
the 68HC12 address indirect addressing mode as it is not supported by
bset and bclr.
......
......@@ -148,7 +148,7 @@
;; TODO: Add a comment here.
(define_predicate "splitable_operand"
(match_code "subreg,reg,mem")
(match_code "subreg,reg,mem,symbol_ref,label_ref,const_int,const_double")
{
if (general_operand (op, mode) == 0)
return 0;
......
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