SCM Repository
[diderot] Diff of /branches/vis12/src/compiler/simplify/lift.sml
Diff of /branches/vis12/src/compiler/simplify/lift.sml
Parent Directory
|
Revision Log
|
Patch
66 |
in |
in |
67 |
case e |
case e |
68 |
of S.E_Apply(f, _, xs, _) => |
of S.E_Apply(f, _, xs, _) => |
69 |
if Var.same(f, BV.fn_load) |
if Var.same(f, BV.fn_image) orelse Var.same(f, BV.fn_load) |
70 |
then (env, mkStatic(env, statics, x)) |
then (env, mkStatic(env, statics, x)) |
71 |
else (env, statics) |
else (env, statics) |
72 |
| _ => (env, statics) |
| _ => (env, statics) |
|
Legend:
Removed from v.1925 |
|
changed lines |
|
Added in v.1926 |
|
|