mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
Add flush
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -138,7 +138,8 @@ DSGraph &TDDataStructures::calculateGraph(Function &F) {
|
||||
// Loop over all call sites of this function, merging each one into this
|
||||
// graph.
|
||||
//
|
||||
DEBUG(std::cerr << " [TD] Inlining callers for: " << F.getName() << "\n");
|
||||
DEBUG(std::cerr << " [TD] Inlining " << CallSitesP->size()
|
||||
<< " callers for: " << F.getName() << "\n");
|
||||
const std::vector<DSCallSite> &CallSites = *CallSitesP;
|
||||
for (unsigned c = 0, ce = CallSites.size(); c != ce; ++c) {
|
||||
const DSCallSite &CallSite = CallSites[c];
|
||||
|
Reference in New Issue
Block a user