diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/c6x/c6x.md | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1f1b2b471bd..682a9675b2f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,9 @@ * 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. + * config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to + unknown. + 2012-04-11 Richard Guenther <rguenther@suse.de> PR middle-end/52621 diff --git a/gcc/config/c6x/c6x.md b/gcc/config/c6x/c6x.md index 8e6ef4a59e2..99f02d5dc98 100644 --- a/gcc/config/c6x/c6x.md +++ b/gcc/config/c6x/c6x.md @@ -433,6 +433,7 @@ "%|%.\\tldw\\t%$\\t*+%1[%2], %0" [(set_attr "type" "load") (set_attr "units" "d_addr") + (set_attr "op_pattern" "unknown") (set_attr "dest_regfile" "a,b") (set_attr "addr_regfile" "b")]) |