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
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