]> git.tdb.fi Git - libs/gl.git/commitdiff
Allow removing the initialization statement of a for loop
authorMikko Rasa <tdb@tdb.fi>
Sat, 25 May 2019 21:53:05 +0000 (00:53 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 25 May 2019 21:53:05 +0000 (00:53 +0300)
Previously the compiler would recognize it as unused but couldn't remove
it, leading it to repeat the optimizer endlessly.


No differences found