cgraphunit.c: Fix goof in previous commit.
authorRichard Biener <rguenth@gcc.gnu.org>
Sun, 15 Oct 2006 19:08:29 +0000 (19:08 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sun, 15 Oct 2006 19:08:29 +0000 (19:08 +0000)
2006-10-15  Richard Guenther  <rguenther@suse.de>

* cgraphunit.c: Fix goof in previous commit.

From-SVN: r117752

gcc/cgraphunit.c

index d7ad793db5b9fbe8537a893eac756d8c3ae557cc..fbe70ddc3ce7a177ba97cfd92deb35e8ad84ea49 100644 (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:");