From 67daed71cad6e36170868d7bbd575520d7d8015c Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Tue, 7 Jun 2005 04:12:13 +0200 Subject: mode-switching.c (optimize_mode_switching): Fix n_exprs parameter in call to pre_edge_lcm. * mode-switching.c (optimize_mode_switching): Fix n_exprs parameter in call to pre_edge_lcm. From-SVN: r100690 --- gcc/mode-switching.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/mode-switching.c') diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index 57eb1d2..c66fd3c 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -549,7 +549,7 @@ optimize_mode_switching (FILE *file) FOR_EACH_BB (bb) sbitmap_not (kill[bb->index], transp[bb->index]); - edge_list = pre_edge_lcm (file, 1, transp, comp, antic, + edge_list = pre_edge_lcm (file, n_entities, transp, comp, antic, kill, &insert, &delete); for (j = n_entities - 1; j >= 0; j--) -- cgit v1.1