mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[Kaleidoscope][BuildingAJIT] Remove leftover debugging output statements.
llvm-svn: 270919
This commit is contained in:
parent
e9c7d869d1
commit
e814994c80
@ -127,15 +127,11 @@ private:
|
||||
FPM->add(createCFGSimplificationPass());
|
||||
FPM->doInitialization();
|
||||
|
||||
dbgs() << "<pre-opt>\n" << *M << "</pre-opt>\n";
|
||||
|
||||
// Run the optimizations over all functions in the module being added to
|
||||
// the JIT.
|
||||
for (auto &F : *M)
|
||||
FPM->run(F);
|
||||
|
||||
dbgs() << "<post-opt>\n" << *M << "</post-opt>\n";
|
||||
|
||||
return M;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user