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
This commit is contained in:
Richard Biener 2006-10-15 19:08:29 +00:00
parent 6026b73e86
commit 564738dfd1

View File

@ -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:");