Commit 277fc67e by Richard Henderson Committed by Richard Henderson

re PR target/23668 (gcc.dg/i386-sse-11.c and gcc.target/i386/pr13366.c fail)

        PR 23668
        * config/i386/i386.c (ix86_expand_vector_init_one_var): Restore
        conversion to CONST_VECTOR.

From-SVN: r103757
parent a78b76a5
2005-09-01 Richard Henderson <rth@redhat.com>
PR 23668
* config/i386/i386.c (ix86_expand_vector_init_one_var): Restore
conversion to CONST_VECTOR.
2005-09-01 Richard Henderson <rth@redhat.com>
PR 23676
* reload1.c (reload_as_needed): Check !CALL_P before calling
fixup_eh_region_note.
......
......@@ -17206,6 +17206,7 @@ ix86_expand_vector_init_one_var (bool mmx_ok, enum machine_mode mode,
const_vec = copy_rtx (vals);
XVECEXP (const_vec, 0, one_var) = CONST0_RTX (GET_MODE_INNER (mode));
const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (const_vec, 0));
switch (mode)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment