c6x.md (load_got_gotoff): Set op_pattern attribute to unknown.
authorBernd Schmidt <bernds@codesourcery.com>
Wed, 11 Apr 2012 14:45:49 +0000 (14:45 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Wed, 11 Apr 2012 14:45:49 +0000 (14:45 +0000)
* config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
unknown.

From-SVN: r186326

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

index 1f1b2b471bd6e6993066bdc9b6fee3ac6fb633e1..682a9675b2f29cdd0c8afa854926b9e9266299ff 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 8e6ef4a59e262a424743f4a9dfbfc7f7cec0b439..99f02d5dc98658d561fab05ec89000966c96044d 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")])