mirror of git://gcc.gnu.org/git/gcc.git
* tree-ssa-dom.c (record_temporary_equivalences): Add comment.
From-SVN: r202789
This commit is contained in:
parent
b30c24df8c
commit
925f3871db
|
|
@ -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>
|
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,
|
||||||
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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue