diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2012-04-11 14:45:49 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2012-04-11 14:45:49 +0000 |
commit | 0c51653d139295afd76291e1981cbe3383f5c858 (patch) | |
tree | ccbc6dfe945c891040ffb0be06b2087c8f75598f /gcc | |
parent | 0564160356c4443894fd8151439b7800e808540c (diff) | |
download | gcc-0c51653d139295afd76291e1981cbe3383f5c858.zip gcc-0c51653d139295afd76291e1981cbe3383f5c858.tar.gz gcc-0c51653d139295afd76291e1981cbe3383f5c858.tar.bz2 |
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
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 1f1b2b4..682a967 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 8e6ef4a..99f02d5 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")]) |