mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 02:28:23 +00:00
Passes don't print stuff!
llvm-svn: 12385
This commit is contained in:
parent
7e7c3332b8
commit
cf5d48e8af
@ -38,8 +38,6 @@ namespace {
|
||||
} // End anonymous namespace
|
||||
|
||||
bool LoopExtractor::runOnFunction(Function &F) {
|
||||
std::cerr << F.getName() << "\n";
|
||||
|
||||
LoopInfo &LI = getAnalysis<LoopInfo>();
|
||||
|
||||
// We don't want to keep extracting the only loop of a function into a new one
|
||||
|
Loading…
Reference in New Issue
Block a user