summaryrefslogtreecommitdiff
path: root/gcc/mode-switching.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-07 02:12:13 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-07 02:12:13 +0000
commit604588653d99a96bf2784b55ba8273581e944e27 (patch)
tree21182bc846906ca81b44af71fcfeed24e3212eec /gcc/mode-switching.c
parent5775ba1d6161e5fd77570cf5621f30f51afdb965 (diff)
downloadgcc-604588653d99a96bf2784b55ba8273581e944e27.tar.gz
* mode-switching.c (optimize_mode_switching): Fix n_exprs parameter
in call to pre_edge_lcm. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100690 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/mode-switching.c')
-rw-r--r--gcc/mode-switching.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c
index 57eb1d21dc1..c66fd3c5998 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--)