Skip to content

Commit

Permalink
Remove dump function
Browse files Browse the repository at this point in the history
  • Loading branch information
adam weishaupt committed Sep 25, 2024
1 parent ad88f63 commit 9d5ac30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions LLVMParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1988,8 +1988,6 @@ z3::expr LLVMParser::getOptimizedZ3Expression(
// Now optimize
optimizeFunction(*F);

F->dump();

// check if proved
Proved = false;
if (F->getEntryBlock().size() == 1) {
Expand Down

0 comments on commit 9d5ac30

Please sign in to comment.