i386.c (ix86_expand_movmem, [...]): Add zero guard even if align_bytes != 0 and count...
authorJakub Jelinek <jakub@redhat.com>
Fri, 9 Jan 2009 20:03:37 +0000 (21:03 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 9 Jan 2009 20:03:37 +0000 (21:03 +0100)
commitc9da2ae8abcb55f016788007ed70f73c39775397
tree9a81b9ec0c64137a909247d58cbe74b2f17f78d7
parenta174c19c0f7cecdb87f8da952d2fb916dfd7872c
i386.c (ix86_expand_movmem, [...]): Add zero guard even if align_bytes != 0 and count is smaller than size_needed.

* config/i386/i386.c (ix86_expand_movmem, ix86_expand_setmem): Add
zero guard even if align_bytes != 0 and count is smaller than
size_needed.

From-SVN: r143229
gcc/ChangeLog
gcc/config/i386/i386.c