Skip to content
Snippets Groups Projects
Commit f810bd7a authored by Régis Blanc's avatar Régis Blanc
Browse files

removed println

parent ef535295
Branches
Tags
No related merge requests found
......@@ -31,7 +31,6 @@ object Main {
}
private def defaultAction(program: Program, reporter: Reporter) : Unit = {
println("Input program is:\n" + program)
val passManager = new PassManager(Seq(ImperativeCodeElimination, UnitElimination, FunctionClosure, FunctionHoisting, Simplificator))
val program2 = passManager.run(program)
val analysis = new Analysis(program2, reporter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment