aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSteven Bosscher <stevenb@suse.de>2005-01-24 23:16:30 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2005-01-24 23:16:30 +0000
commit7315a949198613f3f770d1331c59375f4ae35d62 (patch)
tree2f8209d14e9a3bbfd6b3f02d6c0379bbbe2f5f72 /gcc
parentc0fd73a9ad4a2bc312fe470fcf7b8924f919c1e0 (diff)
downloadgcc-7315a949198613f3f770d1331c59375f4ae35d62.zip
gcc-7315a949198613f3f770d1331c59375f4ae35d62.tar.gz
gcc-7315a949198613f3f770d1331c59375f4ae35d62.tar.bz2
* cfgexpand.c (expand_gimple_tailcall): Fix typo.
From-SVN: r94189
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/cfgexpand.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1e659d0..baf96ff 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c
index f710aed..f53723e 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;