]> git.ipfire.org Git - thirdparty/gcc.git/commit
avr-protos.h (mask_one_bit_p, [...]): Remove prototype.
authorAnatoly Sokolov <aesok@post.ru>
Tue, 7 Nov 2006 18:33:57 +0000 (21:33 +0300)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Tue, 7 Nov 2006 18:33:57 +0000 (21:33 +0300)
commit120b24f7ba504ac2ff8876bae10df5b327586b70
treedecee8fd30879f6cd8afb7e7cd5f651a491912d9
parentdaca5b05b041425a41cd31851c8b9a717bf8a7f8
avr-protos.h (mask_one_bit_p, [...]): Remove prototype.

* config/avr/avr-protos.h (mask_one_bit_p, const_int_pow2_p): Remove
prototype.
* config/avr/avr.c (mask_one_bit_p, const_int_pow2_p): Remove.
(output_movhi, ashlhi3_out, ashlsi3_out, ashrhi3_out, ashrsi3_out,
lshrhi3_out, lshrsi3_out): Remove unnecessary code for handling value
which start in an odd register.

From-SVN: r118563
gcc/ChangeLog
gcc/config/avr/avr-protos.h
gcc/config/avr/avr.c