From 7315a949198613f3f770d1331c59375f4ae35d62 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Mon, 24 Jan 2005 23:16:30 +0000 Subject: [PATCH] * cfgexpand.c (expand_gimple_tailcall): Fix typo. From-SVN: r94189 --- gcc/ChangeLog | 4 ++++ gcc/cfgexpand.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e659d01948..baf96ff73b7 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 f710aedbd81..f53723e3c06 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;