diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-15 19:08:29 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-15 19:08:29 +0000 |
commit | aa5e06c783996a1fd129740f415b90430f63a439 (patch) | |
tree | 57687c4a947def55557330956c6d5503a2363667 /gcc/cgraphunit.c | |
parent | 535e202646a60eaa5765e3bb798b12f6e8a0a378 (diff) | |
download | gcc-aa5e06c783996a1fd129740f415b90430f63a439.tar.gz |
2006-10-15 Richard Guenther <rguenther@suse.de>
* cgraphunit.c: Fix goof in previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117752 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraphunit.c')
-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 d7ad793db5b..fbe70ddc3ce 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:"); |