summaryrefslogtreecommitdiff
path: root/gcc/config/c6x/c6x.md
diff options
context:
space:
mode:
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-11 14:45:49 +0000
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-11 14:45:49 +0000
commit6b87239af43f08b51858aa77babddaf52e1f7e82 (patch)
treeccbc6dfe945c891040ffb0be06b2087c8f75598f /gcc/config/c6x/c6x.md
parentca5e50e427e0401c45bfa93046ace7d3e6719c4b (diff)
downloadgcc-6b87239af43f08b51858aa77babddaf52e1f7e82.tar.gz
* config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
unknown. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/c6x/c6x.md')
-rw-r--r--gcc/config/c6x/c6x.md1
1 files changed, 1 insertions, 0 deletions
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")])