Commit 7315a949 by Steven Bosscher Committed by Steven Bosscher

* cfgexpand.c (expand_gimple_tailcall): Fix typo.

From-SVN: r94189
parent c0fd73a9
2005-01-24 Steven Bosscher <stevenb@suse.de>
* cfgexpand.c (expand_gimple_tailcall): Fix typo.
2005-01-24 Richard Sandiford <rsandifo@redhat.com> 2005-01-24 Richard Sandiford <rsandifo@redhat.com>
* config/mips/irix-csr.c: New file. * config/mips/irix-csr.c: New file.
......
...@@ -960,7 +960,7 @@ expand_gimple_tailcall (basic_block bb, tree stmt, bool *can_fallthru) ...@@ -960,7 +960,7 @@ expand_gimple_tailcall (basic_block bb, tree stmt, bool *can_fallthru)
if (CALL_P (last) && SIBLING_CALL_P (last)) if (CALL_P (last) && SIBLING_CALL_P (last))
goto found; goto found;
maybe_dump_rtl_for_tree_stmt (stmt, last); maybe_dump_rtl_for_tree_stmt (stmt, last2);
*can_fallthru = true; *can_fallthru = true;
return NULL; return NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment