]> git.tdb.fi Git - libs/gl.git/commit
Some fixes to assignment management in UnusedVariableLocator
authorMikko Rasa <tdb@tdb.fi>
Sat, 10 Dec 2016 20:43:51 +0000 (22:43 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 10 Dec 2016 20:43:51 +0000 (22:43 +0200)
commit4fe225bf15048fcb7a678370f87d09f2de37031a
tree7d207ce972f0c626bc92091ece9df765649370c6
parent751c171a97a67f3c2077e120492746babde1d43c
Some fixes to assignment management in UnusedVariableLocator

Sometimes assignments were being removed when they shouldn't (reference
from a conditional sub-block).  Other times they weren't being removed
when they should (followup assignment in the same block).
source/programcompiler.cpp
source/programcompiler.h