* cfgexpand.c (expand_gimple_tailcall): Fix typo.

From-SVN: r94189
This commit is contained in:
Steven Bosscher 2005-01-24 23:16:30 +00:00 committed by Steven Bosscher
parent c0fd73a9ad
commit 7315a94919
2 changed files with 5 additions and 1 deletions

View 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.

View 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;