summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-04-19 15:33:35 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-04-19 15:33:35 +0000
commit7f2cee3d3e50b9b1e6074f08bbd7febcd3072f22 (patch)
treeb292fdf5acffadee96883a01790ad9494cbf19b7 /llvm/lib/Analysis/DataStructure
parenta922a516b024684bfaaa943d300db221123b7ef7 (diff)
downloadbcm5719-llvm-7f2cee3d3e50b9b1e6074f08bbd7febcd3072f22.tar.gz
bcm5719-llvm-7f2cee3d3e50b9b1e6074f08bbd7febcd3072f22.zip
friendlier error message
llvm-svn: 27829
Diffstat (limited to 'llvm/lib/Analysis/DataStructure')
-rw-r--r--llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp b/llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp
index 25ddda5932e..489065f3a4d 100644
--- a/llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp
+++ b/llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp
@@ -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.
OpenPOWER on IntegriCloud