mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 08:46:37 +00:00
Fix for PR341
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14842 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
76e2df2645
commit
f92791ace5
@ -333,7 +333,7 @@ void FunctionModRefInfo::print(std::ostream &O) const
|
||||
CI = callSiteModRefInfo.begin(), CE = callSiteModRefInfo.end();
|
||||
CI != CE; ++CI)
|
||||
{
|
||||
O << " ----Mod/Ref information for call site\n" << CI->first;
|
||||
O << " ----Mod/Ref information for call site\n" << *CI->first;
|
||||
|
||||
O << " --Objects modified at call site:\n";
|
||||
DPH.printValuesInBitVec(O, CI->second->getModSet());
|
||||
|
Loading…
Reference in New Issue
Block a user