SCM Repository
View of /trunk/src/compiler/simplify/lift.sml
Parent Directory
|
Revision Log
Revision 181 -
(download)
(annotate)
Wed Jul 28 14:37:42 2010 UTC (10 years, 7 months ago) by jhr
File size: 389 byte(s)
Wed Jul 28 14:37:42 2010 UTC (10 years, 7 months ago) by jhr
File size: 389 byte(s)
Added file
(* lift.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. * * Lift field operations to global scope. *) structure Lift : sig val transform : Simple.program -> Simple.program end = struct structure BV = BasisVars (* BV.op_at BV.op_D BV.fn_convolve BV.fn_load *) fun transform prog = prog end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |