(cse_gen_binary, simplify_plus_minus): New functions.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 8 Mar 1993 21:57:16 +0000 (16:57 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 8 Mar 1993 21:57:16 +0000 (16:57 -0500)
commit96b0e48171bd78e46cef4bd5d6caf4385e603f66
tree3384f415bde1d831e03cccf58222f8e9ff17a589
parent0f15260aeac66189c812a3185f35015808da571d
(cse_gen_binary, simplify_plus_minus): New functions.

(find_best_addr): Use cse_gen_binary.
(simplify_binary_operation, fold_rtx): Likewise.
Remove most special-cases for PLUS and MINUS and call
simplify_plus_minus instead.
Clean up some tests for FP.

From-SVN: r3680
gcc/cse.c