simplify

tests/break.py

271:90a475a21cc7
2007-08-05 paulb Turned the Simplifier structures and subprograms attributes into sets. Added a fix_signatures method to the instance fixer in order to get better performance in consolidating specialisations and invocations.
     1 x = 1     2 while 1:     3     if x:     4         break