re PR target/34673 (ICE in extract_insn, at recog.c:1990)
authorUros Bizjak <ubizjak@gmail.com>
Sat, 5 Jan 2008 11:52:39 +0000 (12:52 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 5 Jan 2008 11:52:39 +0000 (12:52 +0100)
commitf1bf33ce5229a313acccff578cc6c9d22df0447e
tree1bd00e18f0c858200960580aa41a6e9c7e623395
parent12a6309e7e4fec57b7f0b431fc5da6a7400c00d6
re PR target/34673 (ICE in extract_insn, at recog.c:1990)

        PR target/34673
        * config/i386/i386.c (ix86_emit_swsqrtsf): Swap input operands
        in the call to gen_rtx_NE.  Remove unneeded VECTOR_MODE_P check.
        Update copyright year.

        * config/i386/i386.md (rsqrtsf2): Enable for TARGET_SSE_MATH.
        Update copyright year.
        * config/i386/sse.md (rsqrtv4sf2): Ditto. Unconditionally expand
        using NR fixup.

From-SVN: r131335
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md
gcc/config/i386/sse.md