Skip to content

Commit

Permalink
removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Sep 25, 2019
1 parent 26e85a7 commit 03f3b16
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ class LoopSimplifier(override val cm: ClassManager) : LoopVisitor {
override fun cleanup() {}

override fun visit(method: Method) {
if (method.name == "loadFromResource")
method.viewCfg("/usr/bin/dot", "/usr/bin/chromium")
current = method
println(method)
super.visit(method)
if (method.name == "loadFromResource")
method.viewCfg("/usr/bin/dot", "/usr/bin/chromium")
IRVerifier(cm).visit(method)
}

Expand Down

0 comments on commit 03f3b16

Please sign in to comment.