friendlier error message

llvm-svn: 27829
This commit is contained in:
Andrew Lenharth 2006-04-19 15:33:35 +00:00
parent a922a516b0
commit 7f2cee3d3e
1 changed files with 1 additions and 1 deletions

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.