This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Moving statements from one BB to other BB.
- From: "Sandeep Maram" <sandeep244 at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 14 Apr 2008 16:24:39 +0530
- Subject: Moving statements from one BB to other BB.
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:
# 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.