mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-04-06 17:39:38 +00:00
All tests pass again -- but this needs lots more tests please.
This commit is contained in:
parent
07ec6752ee
commit
d1befe7123
@ -816,7 +816,10 @@ class Analyzer(object):
|
||||
context._touched = set(context1._touched) | set(context2._touched)
|
||||
context.set_meaningful(*list(outgoing_meaningful))
|
||||
context._writeable = set(context1._writeable) | set(context2._writeable)
|
||||
context.encounter_gotos(context1.encountered_gotos() | context2.encountered_gotos())
|
||||
|
||||
# in both cases, we need to merge the encountered gotos, in order that
|
||||
# fallthru optimization continues to work correctly.
|
||||
context.encounter_gotos(context1.encountered_gotos() | context2.encountered_gotos())
|
||||
|
||||
for ref in outgoing_trashes:
|
||||
context.set_touched(ref)
|
||||
|
Loading…
x
Reference in New Issue
Block a user