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