Commit 319a58c6 by Andy Hutchinson Committed by Andy Hutchinson

re PR target/34932 ([avr] ICE in reload)

PR target/34932
* config/avr/avr.md (*addhi3_zero_extend2): Remove.

From-SVN: r135952
parent 094d7cfa
2008-05-26 Andy Hutchinson <hutchinsonandy@aim.com>
PR target/34932
* config/avr/avr.md (*addhi3_zero_extend2): Remove.
2008-05-26 Richard Guenther <rguenther@suse.de> 2008-05-26 Richard Guenther <rguenther@suse.de>
* tree-ssa-sccvn.c (expr_has_constants): Declare. * tree-ssa-sccvn.c (expr_has_constants): Declare.
......
...@@ -587,18 +587,6 @@ ...@@ -587,18 +587,6 @@
[(set_attr "length" "2") [(set_attr "length" "2")
(set_attr "cc" "set_n")]) (set_attr "cc" "set_n")])
(define_insn "*addhi3_zero_extend2"
[(set (match_operand:HI 0 "register_operand" "=r")
(plus:HI
(zero_extend:HI (match_operand:QI 1 "register_operand" "%0"))
(zero_extend:HI (match_operand:QI 2 "register_operand" "r"))))]
""
"add %0,%2
mov %B0,__zero_reg__
adc %B0,__zero_reg__"
[(set_attr "length" "3")
(set_attr "cc" "set_n")])
(define_insn "*addhi3_sp_R_pc2" (define_insn "*addhi3_sp_R_pc2"
[(set (match_operand:HI 1 "stack_register_operand" "=q") [(set (match_operand:HI 1 "stack_register_operand" "=q")
(plus:HI (match_operand:HI 2 "stack_register_operand" "q") (plus:HI (match_operand:HI 2 "stack_register_operand" "q")
......
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