Commit 862a84f5 by Richard Guenther Committed by Richard Biener

tree-object-size.c (compute_object_sizes): Fix dumping of folded statement.

2011-09-27  Richard Guenther  <rguenther@suse.de>

	* tree-object-size.c (compute_object_sizes): Fix dumping of
	folded statement.

From-SVN: r179259
parent da124b6a
2011-09-27 Richard Guenther <rguenther@suse.de>
* tree-object-size.c (compute_object_sizes): Fix dumping of
folded statement.
2011-09-27 Richard Guenther <rguenther@suse.de>
PR tree-optimization/50363
* tree-ssa-pre.c (create_expression_by_pieces): Handle
pointer conversions in POINTER_PLUS_EXPRs properly.
......@@ -1250,13 +1250,10 @@ compute_object_sizes (void)
if (!update_call_from_tree (&i, result))
gcc_unreachable ();
/* NOTE: In the pre-tuples code, we called update_stmt here. This is
now handled by gsi_replace, called from update_call_from_tree. */
if (dump_file && (dump_flags & TDF_DETAILS))
{
fprintf (dump_file, "to\n ");
print_gimple_stmt (dump_file, call, 0, dump_flags);
print_gimple_stmt (dump_file, gsi_stmt (i), 0, dump_flags);
fprintf (dump_file, "\n");
}
}
......
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