summaryrefslogtreecommitdiff
path: root/gcc/lcm.c
diff options
context:
space:
mode:
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-17 00:14:39 +0000
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-17 00:14:39 +0000
commit4fa69255c251abfb019c9440c45625c6f760fc58 (patch)
treefed1c4ff66029efc5ccdb68be16ceffced2d25da /gcc/lcm.c
parentfd68649ad1e1eec87bd1e7ab3c52babb34c6fe6e (diff)
downloadgcc-4fa69255c251abfb019c9440c45625c6f760fc58.tar.gz
* lcm.c (optimize_mode_switching): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53534 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lcm.c')
-rw-r--r--gcc/lcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lcm.c b/gcc/lcm.c
index 1db53c6a3ca..17899191dac 100644
--- a/gcc/lcm.c
+++ b/gcc/lcm.c
@@ -1065,7 +1065,7 @@ optimize_mode_switching (file)
if (VARRAY_SIZE (basic_block_info) < last_basic_block)
VARRAY_GROW (basic_block_info, last_basic_block);
BASIC_BLOCK (last_basic_block - 1) = EXIT_BLOCK_PTR;
- EXIT_BLOCK_PTR->sindex = last_basic_blocks;
+ EXIT_BLOCK_PTR->sindex = last_basic_block;
#endif
/* Create the bitmap vectors. */