forked from OSchip/llvm-project
parent
a922a516b0
commit
7f2cee3d3e
|
@ -140,7 +140,7 @@ bool BUDataStructures::runOnModule(Module &M) {
|
||||||
if (!I->isExternal() && !DSInfo.count(I)) {
|
if (!I->isExternal() && !DSInfo.count(I)) {
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
if (MainFunc)
|
if (MainFunc)
|
||||||
std::cerr << "*** Function unreachable from main: "
|
std::cerr << "*** BU: Function unreachable from main: "
|
||||||
<< I->getName() << "\n";
|
<< I->getName() << "\n";
|
||||||
#endif
|
#endif
|
||||||
calculateGraphs(I, Stack, NextID, ValMap); // Calculate all graphs.
|
calculateGraphs(I, Stack, NextID, ValMap); // Calculate all graphs.
|
||||||
|
|
Loading…
Reference in New Issue