RE: error found in get_ivts_expr() function.

2006-01-21 Thread Dave Korn
Uttam Pawar wrote: > Hi All, > > I found following code snippet in file, trunk/gcc/loop-unroll.c > >1814 /* Locate in EXPR the expression corresponding to the location >recorded 1815in IVTS, and return a pointer to the RTX for this >location. */ 1816 >1817 static rtx * >1

error found in get_ivts_expr() function.

2006-01-20 Thread Uttam Pawar
Hi All, I found following code snippet in file, trunk/gcc/loop-unroll.c 1814 /* Locate in EXPR the expression corresponding to the location recorded 1815in IVTS, and return a pointer to the RTX for this location. */ 1816 1817 static rtx * 1818 get_ivts_expr (rtx expr, struct i