Commit 692daa90 by Razya Ladelsky Committed by Razya Ladelsky

re PR tree-optimization/37185 (gcc.dg/matrix/transpose-3.c:16: internal compiler…

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
parent 3a73a540
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);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment