]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cfgexpand.c (expand_gimple_tailcall): Fix typo.
authorSteven Bosscher <stevenb@suse.de>
Mon, 24 Jan 2005 23:16:30 +0000 (23:16 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Mon, 24 Jan 2005 23:16:30 +0000 (23:16 +0000)
From-SVN: r94189

gcc/ChangeLog
gcc/cfgexpand.c

index 1e659d019483198e1902f2d9434114f6e8f8f560..baf96ff73b7e8adfb5532307947f5ab7e757a03a 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 f710aedbd8177e582912ce62814feba147fd07b5..f53723e3c060aedecd1568742f8ca2268569c13d 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;