Changes between Version 65 and Version 66 of Orio


Ignore:
Timestamp:
06/13/08 22:10:09 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v65 v66  
    245245 
    246246class Module:  
    247     '''The abstract class of the Orio's code transformation module'''  
     247    '''The abstract class of Orio's code transformation module'''  
    248248 
    249249    def __init__(self, cmd_line_opts, perf_params, module_code, line_no, indent_size, annot_body_code):