diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/c6x/c6x.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config/c6x/c6x.md b/gcc/config/c6x/c6x.md index ea9ffe8..9e0aa61 100644 --- a/gcc/config/c6x/c6x.md +++ b/gcc/config/c6x/c6x.md @@ -365,12 +365,14 @@ (define_insn "nop" [(const_int 0)] "" - "nop") + "nop" + [(set_attr "dest_regfile" "unknown")]) (define_insn "nop_count" [(unspec [(match_operand 0 "const_int_operand" "n")] UNSPEC_NOP)] "" - "%|%.\\tnop\\t%0") + "%|%.\\tnop\\t%0" + [(set_attr "dest_regfile" "unknown")]) ;; ------------------------------------------------------------------------- ;; Move instructions |