diff options
Diffstat (limited to 'backend/backendpreprocess.icl')
-rw-r--r-- | backend/backendpreprocess.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/backendpreprocess.icl b/backend/backendpreprocess.icl index b077ccf..31f81a2 100644 --- a/backend/backendpreprocess.icl +++ b/backend/backendpreprocess.icl @@ -7,8 +7,8 @@ import Heap import backendsupport import RWSDebug -backendPreprocess :: !Ident ![Index] !IclModule !*VarHeap -> *VarHeap -backendPreprocess aliasDummyId functionIndices iclModule varHeap +backEndPreprocess :: !Ident ![Index] !IclModule !*VarHeap -> *VarHeap +backEndPreprocess aliasDummyId functionIndices iclModule varHeap = preprocess aliasDummyId [iclModule.icl_functions.[i] \\ i <- functionIndices] varHeap |