forked from OSchip/llvm-project
parent
b68659552a
commit
0137de5ecb
|
@ -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