i386.c (ix86_expand_vector_move): Expand unaligned memory access via x86_expand_vecto...
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 28 May 2007 12:17:42 +0000 (14:17 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 28 May 2007 12:17:42 +0000 (14:17 +0200)
commite9dd4c3e048450ef944455cd1e9440bee024d0f8
tree9e71824a6f8fff8b20bed9ad39cbe614d6d3e834
parentae5dd5f579538ba4f64f628b716019e01f887f2c
i386.c (ix86_expand_vector_move): Expand unaligned memory access via x86_expand_vector_move_misalign() only for...

* target/i386/i386.c (ix86_expand_vector_move): Expand unaligned
memory access via x86_expand_vector_move_misalign() only for
TImode values on 32-bit targets.

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