]> git.tdb.fi Git - libs/gl.git/commitdiff
Reorder functions in dependency order
authorMikko Rasa <tdb@tdb.fi>
Sat, 16 Jun 2018 16:38:11 +0000 (19:38 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 16 Jun 2018 16:41:51 +0000 (19:41 +0300)
Otherwise the inliner might inline a function to a point before its
original definition.  This can break references to other functions
declared after the inlining point, causing the unused function eliminator
to eventually remove them.


No differences found