Commit f456d737 by Georg-Johann Lay Committed by Georg-Johann Lay

avr.md (*rotlhi2.15): Set length to 4.

	* config/avr/avr.md (*rotlhi2.15): Set length to 4.

From-SVN: r181700
parent 3d2cea8c
2011-11-24 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.md (*rotlhi2.15): Set length to 4.
2011-11-24 Razya Ladelsky <razya@il.ibm.com>
* tree-data-ref.c (initialize_data_dependence_relation): Update
......@@ -3020,7 +3020,7 @@
(const_int 15)))]
""
"bst %A0,0\;ror %B0\;ror %A0\;bld %B0,7"
[(set_attr "length" "3")
[(set_attr "length" "4")
(set_attr "cc" "clobber")])
(define_insn "*rotlpsi2.1"
......
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