SCM Repository
[diderot] Diff of /branches/charisee/src/compiler/tree-il/tree-Cfn.sml
Diff of /branches/charisee/src/compiler/tree-il/tree-Cfn.sml
Parent Directory
|
Revision Log
|
Patch
37 |
fnName@argName |
fnName@argName |
38 |
end |
end |
39 |
|
|
40 |
| IL.E_LoadVec(fullTy, origTy,offset,exp) => [Cfn.ldVec (fullTy,origTy, offset)] @(ExptoCString2 exp) |
| IL.E_LoadVec(fullTy, origTy, exp, offset) => [] (*[Cfn.ldVec (fullTy, origTy, offset)] @(ExptoCString2 exp) *) |
41 |
| IL.E_mkVec(fullTy,origTy,Ty.vectorLength peices,exps) =>let |
| IL.E_mkVec(fullTy,origTy,Ty.vectorLength peices,exps) =>let |
42 |
val argName= flat(List.map ExptoCString2 exps) |
val argName= flat(List.map ExptoCString2 exps) |
43 |
in |
in |
|
Legend:
Removed from v.2631 |
|
changed lines |
|
Added in v.2632 |
|
|