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

From-SVN: r202789
This commit is contained in:
Jeff Law 2013-09-20 11:43:08 -06:00 committed by Jeff Law
parent b30c24df8c
commit 925f3871db
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
* config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args):

View File

@ -1070,6 +1070,10 @@ simplify_stmt_for_jump_threading (gimple stmt,
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
record_temporary_equivalences (edge e)
{