aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2012-04-11 14:45:49 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2012-04-11 14:45:49 +0000
commit0c51653d139295afd76291e1981cbe3383f5c858 (patch)
treeccbc6dfe945c891040ffb0be06b2087c8f75598f /gcc
parent0564160356c4443894fd8151439b7800e808540c (diff)
downloadgcc-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/ChangeLog3
-rw-r--r--gcc/config/c6x/c6x.md1
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")])