IRBlockReturnTop.st
changeset 23 377bc46cad12
parent 1 0dd36941955f
child 26 db19d89eef60
equal deleted inserted replaced
22:6d3c5fd122e3 23:377bc46cad12
     1 "{ Package: 'stx:goodies/newcompiler' }"
     1 "{ Package: 'cvut:stx/goodies/newcompiler' }"
     2 
     2 
     3 IRReturn subclass:#IRBlockReturnTop
     3 IRReturn subclass:#IRBlockReturnTop
     4 	instanceVariableNames:'successor'
     4 	instanceVariableNames:'successor'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
    39 ! !
    39 ! !
    40 
    40 
    41 !IRBlockReturnTop class methodsFor:'documentation'!
    41 !IRBlockReturnTop class methodsFor:'documentation'!
    42 
    42 
    43 version
    43 version
    44     ^'$Id$'
    44     ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRBlockReturnTop.st,v 1.3 2009/10/08 11:58:58 fm Exp $'
       
    45 !
       
    46 
       
    47 version_CVS
       
    48     ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRBlockReturnTop.st,v 1.3 2009/10/08 11:58:58 fm Exp $'
       
    49 !
       
    50 
       
    51 version_SVN
       
    52     ^'§Id: IRBlockReturnTop.st 13 2009-04-16 12:48:33Z vranyj1 §'
    45 ! !
    53 ! !