diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-03 17:48:44 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-03 17:48:44 +0000 |
commit | 5e02ce4e8ebd2ed38fcfa982b614d541134ee08e (patch) | |
tree | 378d848d7c6193dbeae09ac28e3515d1b0713664 /libffi | |
parent | a854189d6f82c51857569e2da11f79b2d422a40a (diff) | |
download | gcc-5e02ce4e8ebd2ed38fcfa982b614d541134ee08e.tar.gz |
* optabs.c: Remove unnecessary forward declarations.
(expand_unop_direct): New, broken out of expand_unop.
(expand_doubleword_clz): New.
(expand_ctz): Move above expand_ffs. Use
start_sequence, end_sequence, add_equal_note, and
expand_unop_direct. Add more commentary.
(expand_ffs): Try both ctz optab and expand_ctz.
Generate a test and branch if the hardware doesn't give us
a useful value for input zero. Style improvements similar to
expand_ctz.
* config/arm/arm.md (ffssi2, ctzsi2): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128054 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi')
0 files changed, 0 insertions, 0 deletions