simplify-rtx.c (simplify_ternary_operation): Simplify (fma (neg a) (neg b) c) and...
authorRichard Henderson <rth@redhat.com>
Tue, 19 Oct 2010 02:12:07 +0000 (19:12 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 19 Oct 2010 02:12:07 +0000 (19:12 -0700)
commit5c822194254910c3a04cf470a9a6469958447c1f
tree3565cd8c24aa466a4cd83d5bc718350c9919d8a6
parent89509419968e2be6c7880a97968f07fab6b0e3b2
simplify-rtx.c (simplify_ternary_operation): Simplify (fma (neg a) (neg b) c) and (fma a (neg b) c).

 * simplify-rtx.c (simplify_ternary_operation) [FMA]: Simplify
(fma (neg a) (neg b) c) and (fma a (neg b) c).

From-SVN: r165677
gcc/ChangeLog
gcc/simplify-rtx.c