Hi,

On Wed, 6 Jul 2011, Richard Guenther wrote:

> *************** copy_reference_ops_from_ref (tree ref, V
> *** 579,585 ****
>   
>         memset (&temp, 0, sizeof (temp));
>         /* We do not care for spurious type qualifications.  */
> !       temp.type = TYPE_MAIN_VARIANT (TREE_TYPE (ref));
>         temp.opcode = TREE_CODE (ref);
>         temp.op0 = TMR_INDEX (ref);
>         temp.op1 = TMR_STEP (ref);
> --- 583,589 ----
>   
>         memset (&temp, 0, sizeof (temp));
>         /* We do not care for spurious type qualifications.  */
> !       temp.type = TREE_TYPE (ref);

The comment is superfluous now.


Ciao,
Michael.

Reply via email to