re PR tree-optimization/37185 (gcc.dg/matrix/transpose-3.c:16: internal compiler error: verify_stmts failed)
2008-08-24 Razya Ladelsky <razya@il.ibm.com> PR tree-optimization/37185 * matrix-reorg.c (transform_access_sites): Update changed stmt. From-SVN: r139539
This commit is contained in:
parent
3a73a5409f
commit
692daa90a9
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-08-24 Razya Ladelsky <razya@il.ibm.com>
|
||||
|
||||
PR tree-optimization/37185
|
||||
* matrix-reorg.c (transform_access_sites): Update changed stmt.
|
||||
|
||||
2008-08-23 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* ipa-cp.c (ipcp_analyze_node): New function.
|
||||
|
|
|
@ -1962,6 +1962,7 @@ transform_access_sites (void **slot, void *data ATTRIBUTE_UNUSED)
|
|||
{
|
||||
gcc_assert (TREE_CODE (offset) == INTEGER_CST);
|
||||
gimple_assign_set_rhs2 (acc_info->stmt, tmp1);
|
||||
update_stmt (acc_info->stmt);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue