mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 02:33:44 +00:00
Enable incompleteness marking
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4217 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c966a2acee
commit
19db0492b8
@ -176,11 +176,11 @@ DSGraph &TDDataStructures::calculateGraph(Function &F) {
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
// Recompute the Incomplete markers and eliminate unreachable nodes.
|
||||
Graph->maskIncompleteMarkers();
|
||||
Graph->markIncompleteNodes(/*markFormals*/ ! F.hasInternalLinkage()
|
||||
Graph->markIncompleteNodes(/*markFormals*/ !F.hasInternalLinkage()
|
||||
/*&& FIXME: NEED TO CHECK IF ALL CALLERS FOUND!*/);
|
||||
#if 0
|
||||
Graph->removeDeadNodes(/*KeepAllGlobals*/ false, /*KeepCalls*/ false);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user