summaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-21 14:14:12 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-21 14:14:12 +0000
commitda82f093f0cb283081874fb700bdf06dd9f59628 (patch)
tree021e8459bc03a54266dfc8662bb1aa71c4b37bce /gcc/tree.def
parenta04a28c24e502bb96693601146529a27e3b5aa5c (diff)
downloadgcc-da82f093f0cb283081874fb700bdf06dd9f59628.tar.gz
2011-01-21 Richard Guenther <rguenther@suse.de>
PR middle-end/47395 * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169092 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index 791d699a0c5..eb94ad24593 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -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