You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
in the dataflow branch, file optimize/Prune_symbol_table.cpp
in line 130 the assignement is unnecessary because you pass in the vars
already as argument to the Analysis constructor. Just having one way of
getting vars ought to be enough i think.
Original issue reported on code.google.com by c.r1@gmx.de on 2009-10-17 13:40:57
The text was updated successfully, but these errors were encountered:
I gotta say I fear this. My personal alias analysis is not very good, but this change
triggers a warning. It would need to be tested before doing this...
Original issue reported on code.google.com by paul.biggar on 2010-09-22 05:02:04
Original issue reported on code.google.com by
c.r1@gmx.de
on 2009-10-17 13:40:57The text was updated successfully, but these errors were encountered: