Re: insn_code -> tree_code in tree-vect-transform.c

2007-05-26 Thread Rask Ingemann Lambertsen
On Sat, May 26, 2007 at 12:35:32AM +0200, Thomas Neumann wrote: > Hi, > > as of revision 125076, tree-vect-transform.c contains the following code > in line 2010: > > enum tree_code code, code1 = CODE_FOR_nothing, code2 = CODE_FOR_nothing; SVN can help you find out who added that piece of cod

insn_code -> tree_code in tree-vect-transform.c

2007-05-25 Thread Thomas Neumann
Hi, as of revision 125076, tree-vect-transform.c contains the following code in line 2010: enum tree_code code, code1 = CODE_FOR_nothing, code2 = CODE_FOR_nothing; This most likely wrong, CODE_FOR_nothing is an insn_code, not a tree_code. Unfortunately there is no obvious fix (at least not obvio