i386.c (ix86_emit_swsqrtsf): Use negative constants in order to use commutative addit...
authorUros Bizjak <ubizjak@gmail.com>
Sun, 6 Jan 2008 18:59:38 +0000 (19:59 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 6 Jan 2008 18:59:38 +0000 (19:59 +0100)
commit43db79799897b90ef8232cc187064e095b2470f3
tree7ce5aec8f372f1f422aa37c4eaa3e28ad555c8d9
parente39bd313939533cfed523c778e81fe0f9e8d2a21
i386.c (ix86_emit_swsqrtsf): Use negative constants in order to use commutative addition instead of subtraction.

        * config/i386/i386.c (ix86_emit_swsqrtsf): Use negative constants in
        order to use commutative addition instead of subtraction.

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