friendlier error message

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27829 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2006-04-19 15:33:35 +00:00
parent bf9b3716ed
commit 5e091f3e32

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.