summaryrefslogtreecommitdiffstats
path: root/src/opt/res/resDivs.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2007-01-27 08:01:00 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2007-01-27 08:01:00 -0800
commit12578e622f62bde4cfc1d3b055aa8747e5c9590b (patch)
treea8658a14de42ec0737976e2f3039850728e0bca3 /src/opt/res/resDivs.c
parent1c26e2d29768c64315447969f137e3bf9ffa7dac (diff)
downloadabc-12578e622f62bde4cfc1d3b055aa8747e5c9590b.tar.gz
abc-12578e622f62bde4cfc1d3b055aa8747e5c9590b.tar.bz2
abc-12578e622f62bde4cfc1d3b055aa8747e5c9590b.zip
Version abc70127
Diffstat (limited to 'src/opt/res/resDivs.c')
-rw-r--r--src/opt/res/resDivs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opt/res/resDivs.c b/src/opt/res/resDivs.c
index a18764ed..bff91983 100644
--- a/src/opt/res/resDivs.c
+++ b/src/opt/res/resDivs.c
@@ -60,6 +60,8 @@ void Res_WinDivisors( Res_Win_t * p, int nLevDivMax )
// mark the MFFC of the node (does not increment trav ID)
Res_WinVisitMffc( p );
+ // what about the fanouts of the leaves!!!
+
// go through all the legal levels and check if their fanouts can be divisors
p->nDivsPlus = 0;
Vec_VecForEachEntryStartStop( p->vLevels, pObj, i, k, 0, p->nLevDivMax - 1 )