(convert_move): Replace explicit checks for FP extend ops with use of can_extend_p.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 22 Sep 1996 15:30:04 +0000 (11:30 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 22 Sep 1996 15:30:04 +0000 (11:30 -0400)
commit2b01c3263e9ac407b5fbf43e0bff85c6fb6e97e8
tree3ebed40be52de1a0b3f2c7cd0a8664ad7c13e594
parent6ba95bc92ae2b73b7ab89dc9b50e117f5e044940
(convert_move): Replace explicit checks for FP extend ops with use of can_extend_p.

(convert_move): Replace explicit checks for FP extend ops with use of
can_extend_p.
Add missing tests for FP trunc operations.

From-SVN: r12771
gcc/expr.c