Commit 925f3871 by Jeff Law Committed by Jeff Law

* tree-ssa-dom.c (record_temporary_equivalences): Add comment.

From-SVN: r202789
parent b30c24df
2013-09-20 Jeff Law <law@redhat.com>
* tree-ssa-dom.c (record_temporary_equivalences): Add comment.
2013-09-20 Yufeng Zhang <yufeng.zhang@arm.com> 2013-09-20 Yufeng Zhang <yufeng.zhang@arm.com>
* config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args):
......
...@@ -1070,6 +1070,10 @@ simplify_stmt_for_jump_threading (gimple stmt, ...@@ -1070,6 +1070,10 @@ simplify_stmt_for_jump_threading (gimple stmt,
return lookup_avail_expr (stmt, false); return lookup_avail_expr (stmt, false);
} }
/* Record into the equivalence tables any equivalences implied by
traversing edge E (which are cached in E->aux).
Callers are responsible for managing the unwinding markers. */
static void static void
record_temporary_equivalences (edge e) record_temporary_equivalences (edge e)
{ {
......
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