Skip to content
  • Jonas Maebe's avatar
    * perform typechecking of callinit/callcleanup statements immediately when · 59d9169b
    Jonas Maebe authored
        they are added (mantis #10807), because
       a) the typecheckpass of the entire blocks has to be postponed until firstpass
          because new statements may still be added in the firstpass (otherwise
          the newly added statements in the firstpass are never typechecked due to
          the blocknode already having a resultdef set)
       b) simplify can be called between the typecheck and firstpass, and it needs
          the typeinfo
    
    git-svn-id: trunk@10263 -
    59d9169b