mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:50:50 +08:00
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:
parent
5dcc64d9a4
commit
db7e948531
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user