aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/IPA/FindUnsafePointerTypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/FindUnsafePointerTypes.cpp b/lib/Analysis/IPA/FindUnsafePointerTypes.cpp
index 48e474f..d47e1d7 100644
--- a/lib/Analysis/IPA/FindUnsafePointerTypes.cpp
+++ b/lib/Analysis/IPA/FindUnsafePointerTypes.cpp
@@ -62,7 +62,7 @@ bool FindUnsafePointerTypes::doPerMethodWork(Method *Meth) {
if (PrintFailures) {
CachedWriter CW(M->getParent(), cerr);
CW << "FindUnsafePointerTypes: Type '" << ITy
- << "' marked unsafe by:\n" << Inst;
+ << "' marked unsafe in '" << Meth->getName() << "' by:\n" << Inst;
}
}
}