Commit 564738df by Richard Biener

cgraphunit.c: Fix goof in previous commit.

2006-10-15  Richard Guenther  <rguenther@suse.de>

	* cgraphunit.c: Fix goof in previous commit.

From-SVN: r117752
parent 6026b73e
......@@ -1132,7 +1132,7 @@ cgraph_finalize_compilation_unit (void)
cgraph_varpool_analyze_pending_decls ();
}
/bin/bash: line 1: :Q: command not found
/* Collect entry points to the unit. */
if (cgraph_dump_file)
{
fprintf (cgraph_dump_file, "Unit entry points:");
......
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