Skip to content
Snippets Groups Projects
Commit b6ead035 authored by Regis Blanc's avatar Regis Blanc
Browse files

clean up

parent 0fc04443
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ object ImperativeCodeElimination extends UnitPhase[Program] { ...@@ -259,7 +259,7 @@ object ImperativeCodeElimination extends UnitPhase[Program] {
case None => case None =>
(FunctionInvocation(tfd, recArgs).copiedFrom(fi), argScope, argFun) (FunctionInvocation(tfd, recArgs).copiedFrom(fi), argScope, argFun)
} }
case LetDef(fd, b) => case LetDef(fd, b) =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment