[CodeExtractor] Remove unneded and commented out debugging stmts.

llvm-svn: 306966
This commit is contained in:
Davide Italiano
2017-07-02 00:07:18 +00:00
parent c91996817f
commit e3f7dda1fb

View File

@@ -1116,12 +1116,6 @@ Function *CodeExtractor::extractCodeRegion() {
}
}
//cerr << "NEW FUNCTION: " << *newFunction;
// verifyFunction(*newFunction);
// cerr << "OLD FUNCTION: " << *oldFunction;
// verifyFunction(*oldFunction);
DEBUG(if (verifyFunction(*newFunction))
report_fatal_error("verifyFunction failed!"));
return newFunction;