From 564738dfd1e2f0d3182d811d7abafd9391208ed8 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Sun, 15 Oct 2006 19:08:29 +0000 Subject: [PATCH] cgraphunit.c: Fix goof in previous commit. 2006-10-15 Richard Guenther * cgraphunit.c: Fix goof in previous commit. From-SVN: r117752 --- gcc/cgraphunit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:"); -- 2.30.2