mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 21:05:23 +00:00
friendlier error message
llvm-svn: 27829
This commit is contained in:
parent
62537a04fb
commit
09948a5331
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user