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]

[patch] Fix .expand detailed dump for tail calls


Hi,

I'm going to commit the patch below as obvious.

Gr.
Steven

	* cfgexpand.c (expand_gimple_tailcall): Fix typo.

Index: cfgexpand.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfgexpand.c,v
retrieving revision 2.30
diff -u -3 -p -r2.30 cfgexpand.c
--- cfgexpand.c	24 Nov 2004 11:32:17 -0000	2.30
+++ cfgexpand.c	24 Jan 2005 23:14:02 -0000
@@ -960,7 +960,7 @@ expand_gimple_tailcall (basic_block bb, 
     if (CALL_P (last) && SIBLING_CALL_P (last))
       goto found;
 
-  maybe_dump_rtl_for_tree_stmt (stmt, last);
+  maybe_dump_rtl_for_tree_stmt (stmt, last2);
 
   *can_fallthru = true;
   return NULL;


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