Print the method that makes an instruction invalid

llvm-svn: 1213
This commit is contained in:
Chris Lattner 2001-11-08 19:29:51 +00:00
parent dc709780aa
commit cf66422978
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}
}