Skip to content
  • Martin Bauer's avatar
    Enhancement in move_constants_before loop · eec4dc4b
    Martin Bauer authored
    When two loops have assignments to the same symbol with different
    rhs and both are pulled before the loops, one of them is now renamed.
    Previously one of them was left inside the loop.
    
    Fixes #27
    eec4dc4b