From: Steven Bosscher Date: Mon, 24 Jan 2005 23:16:30 +0000 (+0000) Subject: * cfgexpand.c (expand_gimple_tailcall): Fix typo. X-Git-Tag: releases/gcc-4.0.0~1306 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7315a949198613f3f770d1331c59375f4ae35d62;p=thirdparty%2Fgcc.git * cfgexpand.c (expand_gimple_tailcall): Fix typo. From-SVN: r94189 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e659d019483..baf96ff73b7e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-01-24 Steven Bosscher + + * cfgexpand.c (expand_gimple_tailcall): Fix typo. + 2005-01-24 Richard Sandiford * config/mips/irix-csr.c: New file. diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index f710aedbd817..f53723e3c060 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -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;