mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-11 15:08:16 +00:00
Passes don't print stuff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12385 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf9eaddfb0
commit
97836fad2c
@ -38,8 +38,6 @@ namespace {
|
|||||||
} // End anonymous namespace
|
} // End anonymous namespace
|
||||||
|
|
||||||
bool LoopExtractor::runOnFunction(Function &F) {
|
bool LoopExtractor::runOnFunction(Function &F) {
|
||||||
std::cerr << F.getName() << "\n";
|
|
||||||
|
|
||||||
LoopInfo &LI = getAnalysis<LoopInfo>();
|
LoopInfo &LI = getAnalysis<LoopInfo>();
|
||||||
|
|
||||||
// We don't want to keep extracting the only loop of a function into a new one
|
// We don't want to keep extracting the only loop of a function into a new one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user