re PR other/47395 (the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name)
authorRichard Guenther <rguenther@suse.de>
Fri, 21 Jan 2011 14:14:12 +0000 (14:14 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 21 Jan 2011 14:14:12 +0000 (14:14 +0000)
2011-01-21  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r169092

gcc/ChangeLog
gcc/tree.def

index 50be1fa267a3ba28c6414d06f94e334a9f72afa6..b5a53f63b9d31dc7986de4b4dc4170e148f35e36 100644 (file)
@@ -1,3 +1,8 @@
+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
index 791d699a0c55acad06cab49e66d025e0c1b15963..eb94ad245934fe157552c4891b1cff769990bc92 100644 (file)
@@ -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)
 /* This is like the above, except in the final expression the multiply result
    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.
    All operands and the result are of the same type.  No intermediate