* cfgexpand.c (expand_gimple_tailcall): Fix typo.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jan 2005 23:16:30 +0000 (23:16 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jan 2005 23:16:30 +0000 (23:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94189 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cfgexpand.c

index 1e659d0..baf96ff 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-24  Steven Bosscher  <stevenb@suse.de>
+
+       * cfgexpand.c (expand_gimple_tailcall): Fix typo.
+
 2005-01-24  Richard Sandiford  <rsandifo@redhat.com>
 
        * config/mips/irix-csr.c: New file.
index f710aed..f53723e 100644 (file)
@@ -960,7 +960,7 @@ expand_gimple_tailcall (basic_block bb, tree stmt, bool *can_fallthru)
     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;