aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Biener <rguenth@gcc.gnu.org>2006-10-15 19:08:29 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2006-10-15 19:08:29 +0000
commit564738dfd1e2f0d3182d811d7abafd9391208ed8 (patch)
tree57687c4a947def55557330956c6d5503a2363667 /gcc
parent6026b73e8644bcb9bf594ec48081da1df7e2fc68 (diff)
downloadgcc-564738dfd1e2f0d3182d811d7abafd9391208ed8.zip
gcc-564738dfd1e2f0d3182d811d7abafd9391208ed8.tar.gz
gcc-564738dfd1e2f0d3182d811d7abafd9391208ed8.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index d7ad793..fbe70dd 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -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:");