Commit 0c51653d by Bernd Schmidt Committed by Bernd Schmidt

c6x.md (load_got_gotoff): Set op_pattern attribute to unknown.

	* config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
	unknown.

From-SVN: r186326
parent 05641603
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
* haifa-sched.c (prune_ready_list): Rework handling of SCHED_GROUP_P * haifa-sched.c (prune_ready_list): Rework handling of SCHED_GROUP_P
insns so that no other insn is queued for a time before them. insns so that no other insn is queued for a time before them.
* config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
unknown.
2012-04-11 Richard Guenther <rguenther@suse.de> 2012-04-11 Richard Guenther <rguenther@suse.de>
PR middle-end/52621 PR middle-end/52621
......
...@@ -433,6 +433,7 @@ ...@@ -433,6 +433,7 @@
"%|%.\\tldw\\t%$\\t*+%1[%2], %0" "%|%.\\tldw\\t%$\\t*+%1[%2], %0"
[(set_attr "type" "load") [(set_attr "type" "load")
(set_attr "units" "d_addr") (set_attr "units" "d_addr")
(set_attr "op_pattern" "unknown")
(set_attr "dest_regfile" "a,b") (set_attr "dest_regfile" "a,b")
(set_attr "addr_regfile" "b")]) (set_attr "addr_regfile" "b")])
......
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