On Mon, Apr 14, 2008 at 12:54 PM, Sandeep Maram <[EMAIL PROTECTED]> wrote: > Hi, > > I have transferred all the statements of one BB( header of one loop) > to another BB. After that I have updated SSA information too. > But I get this error- > > definition in block 6 does not dominate use in block 3 > for SSA_NAME: i_25 in statement:
This is the problem. > # VUSE <a_18> > D.1189_10 = a[i_25]; > loop.c:8: internal compiler error: verify_ssa failed > > Can any one please tell me what is the problem? > > Thanks, > Sandeep. >