Commit f99cc488 by Richard Guenther Committed by Richard Biener

re PR other/47395 (the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name)

2011-01-21  Richard Guenther  <rguenther@suse.de>

	PR middle-end/47395
	* tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.

From-SVN: r169092
parent 657cbcff
2011-01-21 Richard Guenther <rguenther@suse.de> 2011-01-21 Richard Guenther <rguenther@suse.de>
PR middle-end/47395
* tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
2011-01-21 Richard Guenther <rguenther@suse.de>
PR tree-optimization/47365 PR tree-optimization/47365
* tree-ssa-sccvn.h (vn_lookup_kind): Declare. * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
(vn_reference_lookup_pieces): Adjust. (vn_reference_lookup_pieces): Adjust.
......
...@@ -1090,7 +1090,7 @@ DEFTREECODE (WIDEN_MULT_EXPR, "widen_mult_expr", tcc_binary, 2) ...@@ -1090,7 +1090,7 @@ DEFTREECODE (WIDEN_MULT_EXPR, "widen_mult_expr", tcc_binary, 2)
DEFTREECODE (WIDEN_MULT_PLUS_EXPR, "widen_mult_plus_expr", tcc_expression, 3) DEFTREECODE (WIDEN_MULT_PLUS_EXPR, "widen_mult_plus_expr", tcc_expression, 3)
/* This is like the above, except in the final expression the multiply result /* This is like the above, except in the final expression the multiply result
is subtracted from t3. */ is subtracted from t3. */
DEFTREECODE (WIDEN_MULT_MINUS_EXPR, "widen_mult_plus_expr", tcc_expression, 3) DEFTREECODE (WIDEN_MULT_MINUS_EXPR, "widen_mult_minus_expr", tcc_expression, 3)
/* Fused multiply-add. /* Fused multiply-add.
All operands and the result are of the same type. No intermediate All operands and the result are of the same type. No intermediate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment