]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-ssa-dom.c (record_temporary_equivalences): Add comment.
authorJeff Law <law@redhat.com>
Fri, 20 Sep 2013 17:43:08 +0000 (11:43 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 20 Sep 2013 17:43:08 +0000 (11:43 -0600)
From-SVN: r202789

gcc/ChangeLog
gcc/tree-ssa-dom.c

index 6d93bab5cc04d86a80fafe00a03cbe14e332f67a..e2fff6c77bd7f2bad9dabd52360ab659f57c80c7 100644 (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):
index f5613862dcfe88ed81724f15ae90ca997fef4b6b..f0cc0ee728bde16fc7daa2a5a2f548970fa74319 100644 (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)
 {