re PR target/31582 (ix86_expand_vec_set_builtin modifies source)
authorH.J. Lu <hjl@gcc.gnu.org>
Mon, 16 Apr 2007 13:49:14 +0000 (06:49 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 16 Apr 2007 13:49:14 +0000 (06:49 -0700)
commit7bb4a6be35f5c0da036869a1c416d7aeeada96cf
treec61c6d9c04c18c120e021f4959d31d39551ca614
parent9c3068be677f1d7c596453034fb68656b21091e7
re PR target/31582 (ix86_expand_vec_set_builtin modifies source)

2007-04-16  H.J. Lu  <hongjiu.lu@intel.com>

PR target/31582
* config/i386/i386.c (ix86_expand_vec_set_builtin): Make a
copy of source, pass it to ix86_expand_vector_set and return
it as target.

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