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]

[dataflow] fix typo


Nothing paramount, it just looked weird in the dumps. :-)

Paolo

2007-04-04  Paolo Bonzini  <bonzini@gnu.org>

       * df-problems.c (df_chain_alloc): Fix typo.

 
Index: df-problems.c
===================================================================
--- df-problems.c       (revision 123458)
+++ df-problems.c       (working copy)
@@ -3558,7 +3558,7 @@ df_chain_alloc (bitmap all_blocks ATTRIB
 
 {
   df_chain_remove_problem ();
-  df_chain->block_pool = create_alloc_pool ("df_chain_chain_block pool", 
+  df_chain->block_pool = create_alloc_pool ("df_chain_block pool", 
                                         sizeof (struct df_link), 100);
 }
 


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