friendlier error message

llvm-svn: 27829
This commit is contained in:
Andrew Lenharth 2006-04-19 15:33:35 +00:00
parent 62537a04fb
commit 09948a5331

View File

@ -140,7 +140,7 @@ bool BUDataStructures::runOnModule(Module &M) {
if (!I->isExternal() && !DSInfo.count(I)) {
#ifndef NDEBUG
if (MainFunc)
std::cerr << "*** Function unreachable from main: "
std::cerr << "*** BU: Function unreachable from main: "
<< I->getName() << "\n";
#endif
calculateGraphs(I, Stack, NextID, ValMap); // Calculate all graphs.