On 09/20/2013 02:00 AM, Richard Biener wrote:
diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c
index aac7aa4..f561386 100644
--- a/gcc/tree-ssa-dom.c
+++ b/gcc/tree-ssa-dom.c
@@ -1070,6 +1070,31 @@ simplify_stmt_for_jump_threading (gimple stmt,
    return lookup_avail_expr (stmt, false);
  }

+static void
+record_temporary_equivalences (edge e)
+{

This new function lacks a comment.
Thanks.  I'll take care of it.

jeff


Reply via email to