Commit c0503294 by Georg-Johann Lay Committed by Georg-Johann Lay

* config/avr/avr.md (*jcindirect_jump): Fix build warning.

From-SVN: r175264
parent 0bddee8e
2011-06-21 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.md (*jcindirect_jump): Fix build warning.
2011-06-21 Bernd Schmidt <bernds@codesourcery.com>
* gensupport.c (add_define_attr): New static function.
......
......@@ -2763,8 +2763,7 @@
(define_insn "*jcindirect_jump"
[(set (pc) (match_operand:HI 0 "immediate_operand" "i"))]
""
"@
%~jmp %x0"
"%~jmp %x0"
[(set_attr "length" "2")
(set_attr "cc" "none")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment