move fillloop() after fold()
commit84b889c6ef536de35ac0360d28c057c8548a42c1
authorQuentin Carbonneaux <quentin@c9x.me>
Thu, 2 May 2019 19:13:27 +0000 (2 21:13 +0200)
committerQuentin Carbonneaux <quentin@c9x.me>
Thu, 2 May 2019 19:15:30 +0000 (2 21:15 +0200)
treef0ee48bdbe42b4a3bce0c38b070b6e60ef3b8ef7
parent34fee80e690986175ba9417802fad69fb5b821db
move fillloop() after fold()

SCCP is currently the one and only
pass which seriously affects control
flow; so we must compute loop costs
afterwards.
main.c