re PR rtl-optimization/20306 (FP complex modes moved via GPRs)
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 11 Mar 2005 22:58:49 +0000 (22:58 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 11 Mar 2005 22:58:49 +0000 (17:58 -0500)
commitc6506442dbeb8cbe8d33367810177b723b1fd41b
tree675b3a954c1c9d341f4acdf5508ad1ae49e1add0
parenta96cf7633a4094a9fab58127913f66f53fc7d08c
re PR rtl-optimization/20306 (FP complex modes moved via GPRs)

        PR rtl-optimization/20306
        * expr.c (emit_move_complex): Set try_int false if mode is
        MODE_COMPLEX_FLOAT and mov_optab exists for inner mode.  Only try
        emit_block_move if try_int is true.

From-SVN: r96312
gcc/ChangeLog
gcc/expr.c