graphite-sese-to-poly.c (insert_out_of_ssa_copy): Remove buggy assert.

2009-10-05  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-sese-to-poly.c (insert_out_of_ssa_copy): Remove
	buggy assert.

From-SVN: r154560
This commit is contained in:
Sebastian Pop 2009-11-25 04:54:00 +00:00 committed by Sebastian Pop
parent 5dcc64d9a4
commit db7e948531
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
* graphite-sese-to-poly.c (insert_out_of_ssa_copy): Remove
buggy assert.
2009-10-05 Sebastian Pop <sebastian.pop@amd.com>
* graphite-sese-to-poly.c (scev_analyzable_p): New.

View File

@ -1882,7 +1882,6 @@ insert_out_of_ssa_copy (tree res, tree var)
}
else
{
gcc_assert (gimple_code (stmt) == GIMPLE_ASSIGN);
gsi = gsi_for_stmt (stmt);
gsi_insert_seq_after (&gsi, stmts, GSI_NEW_STMT);
}