This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[trunk]: obvious fix for typo.
- From: Kenneth Zadeck <zadeck at naturalbridge dot com>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 26 Jun 2007 16:06:25 -0400
- Subject: [trunk]: obvious fix for typo.
2007-06-26 Kenneth Zadeck <zadeck@naturalbridge.com>
* tree.def (VEC_WIDEN_MULT_LO_EXPR): Corrected string name.
Index: gcc/tree.def
===================================================================
--- gcc/tree.def (revision 126037)
+++ gcc/tree.def (working copy)
@@ -1096,7 +1096,7 @@ DEFTREECODE (GIMPLE_MODIFY_STMT, "gimple
VEC_WIDEN_MULT_HI_EXPR computes the N/2 high products.
VEC_WIDEN_MULT_LO_EXPR computes the N/2 low products. */
DEFTREECODE (VEC_WIDEN_MULT_HI_EXPR, "widen_mult_hi_expr", tcc_binary, 2)
-DEFTREECODE (VEC_WIDEN_MULT_LO_EXPR, "widen_mult_hi_expr", tcc_binary, 2)
+DEFTREECODE (VEC_WIDEN_MULT_LO_EXPR, "widen_mult_lo_expr", tcc_binary, 2)
/* Unpack (extract and promote/widen) the high/low elements of the input
vector into the output vector. The input vector has twice as many