* config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Apr 2012 14:45:49 +0000 (14:45 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Apr 2012 14:45:49 +0000 (14:45 +0000)
unknown.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186326 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/c6x/c6x.md

index 1f1b2b4..682a967 100644 (file)
@@ -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
index 8e6ef4a..99f02d5 100644 (file)
   "%|%.\\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")])