diff options
author | Richard Biener <rguenth@gcc.gnu.org> | 2006-10-15 19:08:29 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2006-10-15 19:08:29 +0000 |
commit | 564738dfd1e2f0d3182d811d7abafd9391208ed8 (patch) | |
tree | 57687c4a947def55557330956c6d5503a2363667 /gcc | |
parent | 6026b73e8644bcb9bf594ec48081da1df7e2fc68 (diff) | |
download | gcc-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.c | 2 |
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:"); |