PR tree-optimization/36118
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 May 2008 07:59:54 +0000 (07:59 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 May 2008 07:59:54 +0000 (07:59 +0000)
* passes.c (pass_init_dump_file): Fix dump header.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134975 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/passes.c

index aba462f..448a895 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-05  Jan Hubicka  <jh@suse.cz>
+
+       PR tree-optimization/36118
+       * passes.c (pass_init_dump_file): Fix dump header.
+
 2008-05-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR middle-end/36141
index 0958566..9852f8b 100644 (file)
@@ -1074,7 +1074,7 @@ pass_init_dump_file (struct opt_pass *pass)
          dname = lang_hooks.decl_printable_name (current_function_decl, 2);
          aname = (IDENTIFIER_POINTER
                   (DECL_ASSEMBLER_NAME (current_function_decl)));
-         fprintf (dump_file, "\n;; Apply transform to function %s (%s)%s\n\n", dname, aname,
+         fprintf (dump_file, "\n;; Function %s (%s)%s\n\n", dname, aname,
             cfun->function_frequency == FUNCTION_FREQUENCY_HOT
             ? " (hot)"
             : cfun->function_frequency == FUNCTION_FREQUENCY_UNLIKELY_EXECUTED