This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Blackfin patch [2/2]: Parallel instructions


And one followup patch to fix a bogus comment that was spotted by Uros.


Bernd

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 119535)
+++ ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006-12-05  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+	* config/bfin/bfin.c (output_file_start): Fix comment which referred to
+	ia64_override_options.
+
 2006-12-04  Jan Hubicka  <jh@suse.cz>
 
 	* cfgexpand.c (expand_one_var): Guard expand_one_stack_var by
Index: config/bfin/bfin.c
===================================================================
--- config/bfin/bfin.c	(revision 119534)
+++ config/bfin/bfin.c	(working copy)
@@ -110,7 +110,7 @@ output_file_start (void) 
 
   /* Variable tracking should be run after all optimizations which change order
      of insns.  It also needs a valid CFG.  This can't be done in
-     ia64_override_options, because flag_var_tracking is finalized after
+     override_options, because flag_var_tracking is finalized after
      that.  */
   bfin_flag_var_tracking = flag_var_tracking;
   flag_var_tracking = 0;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]