diff options
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7001,7 +7001,7 @@ restart: for (j = 0; j < giv_count; ++j) { int m = stats[j].giv_number; - if (can_combine[m*giv_count + j]) + if (can_combine[m*giv_count + i]) stats[j].total_benefit -= g1->benefit + extra_benefit; } |