From 9e169c4bf36a38689550c059570c57efbf00a6fb Mon Sep 17 00:00:00 2001 From: hjl Date: Thu, 1 Jul 2010 22:22:57 +0000 Subject: Merged trunk at revision 161680 into branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/vect256@161681 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/loop-iv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/loop-iv.c') diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index 16e9a52697d..141b51fc322 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -304,7 +304,7 @@ latch_dominating_def (rtx reg, df_ref *def) for (adef = DF_REG_DEF_CHAIN (regno); adef; adef = DF_REF_NEXT_REG (adef)) { if (!bitmap_bit_p (df->blocks_to_analyze, DF_REF_BBNO (adef)) - || !bitmap_bit_p (bb_info->out, DF_REF_ID (adef))) + || !bitmap_bit_p (&bb_info->out, DF_REF_ID (adef))) continue; /* More than one reaching definition. */ -- cgit v1.2.1